#BB9EE0

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

Shades of Perfume #BB9EE0

Tints of Perfume #BB9EE0

Color information

#BB9EE0 (or 0xBB9EE0) is unknown color: approx Perfume. HEX triplet: BB, 9E and E0. RGB value is (187,158,224). Sum of RGB (Red+Green+Blue) = 187+158+224=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EE0 is #44611F. Grayscale: #ADADAD. Windows color (decimal): -4481312 or 14720699. OLE color: 14720699.

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

Color convert

RGB187158224-
CMYK0.170.2900.12
HSL266.36º51.56%74.9%-
HSV(B)266.36º29.46%87.84%-
XYZ46.1740.475.89-
YUV174.2156.11137.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=32.86%
G=27.77%
B=39.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871582240.170.2900.12266.3651.5674.9
HexBB9EE0111D0C10a344b
Octal273236340213501441264113
Binary1011101110011110111000001000111101011001000010101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EE0; }

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

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

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

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

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

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

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

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