#BB9DEC

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

Shades of Perfume #BB9DEC

Tints of Perfume #BB9DEC

Color information

#BB9DEC (or 0xBB9DEC) is unknown color: approx Perfume. HEX triplet: BB, 9D and EC. RGB value is (187,157,236). Sum of RGB (Red+Green+Blue) = 187+157+236=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DEC is #446213. Grayscale: #AEAEAE. Windows color (decimal): -4481556 or 15506875. OLE color: 15506875.

HSL color Cylindrical-coordinate representation of color #BB9DEC: hue angle of 262.78º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9DEC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187157236-
CMYK0.210.3300.07
HSL262.78º67.52%77.06%-
HSV(B)262.78º33.47%92.55%-
XYZ47.6940.7384.71-
YUV174.98162.44136.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=32.24%
G=27.07%
B=40.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871572360.210.3300.07262.7867.5277.06
HexBB9DEC152107107444d
Octal273235354254107407104115
Binary10111011100111011110110010101100001011110000011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DEC; }

 p { color: rgb(187,157,236); }

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

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

 a { background-color: rgb(187,157,236); }

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

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

 span { border-color: rgb(187,157,236); }

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