#bba9cb

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

Shades of Perfume #BBA9CB

Tints of Perfume #BBA9CB

Color information

#BBA9CB (or 0xBBA9CB) is unknown color: approx Perfume. HEX triplet: BB, A9 and CB. RGB value is (187,169,203). Sum of RGB (Red+Green+Blue) = 187+169+203=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9CB is #445634. Grayscale: #B2B2B2. Windows color (decimal): -4478517 or 13347259. OLE color: 13347259.

HSL color Cylindrical-coordinate representation of color #BBA9CB: hue angle of 271.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA9CB is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187169203-
CMYK0.080.1700.20
HSL271.76º24.64%72.94%-
HSV(B)271.76º16.75%79.61%-
XYZ45.4643.2562.45-
YUV178.26141.96134.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=33.45%
G=30.23%
B=36.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871692030.080.1700.20271.7624.6472.94
HexBBA9CB8110141101949
Octal273251313102102442031111
Binary101110111010100111001011100010001010100100010000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bba9cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bba9cb; }

 p { color: rgb(187,169,203); }

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

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

 a { background-color: rgb(187,169,203); }

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

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

 span { border-color: rgb(187,169,203); }

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