#BBA2CB

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

Shades of Perfume #BBA2CB

Tints of Perfume #BBA2CB

Color information

#BBA2CB (or 0xBBA2CB) is unknown color: approx Perfume. HEX triplet: BB, A2 and CB. RGB value is (187,162,203). Sum of RGB (Red+Green+Blue) = 187+162+203=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2CB is #445D34. Grayscale: #AEAEAE. Windows color (decimal): -4480309 or 13345467. OLE color: 13345467.

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

Color convert

RGB187162203-
CMYK0.080.2000.20
HSL276.59º28.28%71.57%-
HSV(B)276.59º20.2%79.61%-
XYZ44.1940.7262.03-
YUV174.15144.28137.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=33.88%
G=29.35%
B=36.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871622030.080.2000.20276.5928.2871.57
HexBBA2CB8140141151c48
Octal273242313102402442534110
Binary101110111010001011001011100010100010100100010101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2CB; }

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

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

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

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

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

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

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

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