#BB97E0

Color #BB97E0 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BB97E0

Tints of Perfume #BB97E0

Color information

#BB97E0 (or 0xBB97E0) is unknown color: approx Perfume. HEX triplet: BB, 97 and E0. RGB value is (187,151,224). Sum of RGB (Red+Green+Blue) = 187+151+224=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97E0 is #44681F. Grayscale: #A9A9A9. Windows color (decimal): -4483104 or 14718907. OLE color: 14718907.

HSL color Cylindrical-coordinate representation of color #BB97E0: hue angle of 269.59º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB97E0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187151224-
CMYK0.170.3300.12
HSL269.59º54.07%73.53%-
HSV(B)269.59º32.59%87.84%-
XYZ45.0138.0875.5-
YUV170.09158.43140.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 151 (59.38% from 255) = 26.87%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=33.27%
G=26.87%
B=39.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871512240.170.3300.12269.5954.0773.53
HexBB97E011210C10e364a
Octal273227340214101441666112
Binary10111011100101111110000010001100001011001000011101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB97E0; }

 p { color: rgb(187,151,224); }

 H1.HeaderClassName
 {
   color: #BB97E0;
 }
 .AnyTagClassName
 {
   color: #BB97E0;
 }
</style>
background-color css

<style>
 a { background-color: #BB97E0; }

 a { background-color: rgb(187,151,224); }

 div.DivClassName
 {
   background-color: #BB97E0;
 }
 .BgClassName
 {
   background-color: #BB97E0;
 }
</style>
border-color css

<style>
 span { border-color: #BB97E0; }

 span { border-color: rgb(187,151,224); }

 td.TdClassName
 {
   border-color: #BB97E0;
 }
 .TagClassName
 {
   border-color: #BB97E0;
 }
</style>