#BBA7CB

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

Shades of Perfume #BBA7CB

Tints of Perfume #BBA7CB

Color information

#BBA7CB (or 0xBBA7CB) is unknown color: approx Perfume. HEX triplet: BB, A7 and CB. RGB value is (187,167,203). Sum of RGB (Red+Green+Blue) = 187+167+203=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7CB is #445834. Grayscale: #B0B0B0. Windows color (decimal): -4479029 or 13346747. OLE color: 13346747.

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

Color convert

RGB187167203-
CMYK0.080.1800.20
HSL273.33º25.71%72.55%-
HSV(B)273.33º17.73%79.61%-
XYZ45.0942.5162.33-
YUV177.08142.63135.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=33.57%
G=29.98%
B=36.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871672030.080.1800.20273.3325.7172.55
HexBBA7CB8120141111a49
Octal273247313102202442132111
Binary101110111010011111001011100010010010100100010001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7CB; }

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

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

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

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

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

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

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

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