#BBAACC

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

Shades of Perfume #BBAACC

Tints of Perfume #BBAACC

Color information

#BBAACC (or 0xBBAACC) is unknown color: approx Perfume. HEX triplet: BB, AA and CC. RGB value is (187,170,204). Sum of RGB (Red+Green+Blue) = 187+170+204=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAACC is #445533. Grayscale: #B2B2B2. Windows color (decimal): -4478260 or 13413051. OLE color: 13413051.

HSL color Cylindrical-coordinate representation of color #BBAACC: hue angle of 270º 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 #BBAACC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187170204-
CMYK0.080.1700.2
HSL270º25%73.33%-
HSV(B)270º16.67%80%-
XYZ45.7743.6763.14-
YUV178.96142.13133.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=33.33%
G=30.30%
B=36.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871702040.080.1700.22702573.33
HexBBAACC81101410e1949
Octal273252314102102441631111
Binary101110111010101011001100100010001010100100001110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAACC; }

 p { color: rgb(187,170,204); }

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

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

 a { background-color: rgb(187,170,204); }

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

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

 span { border-color: rgb(187,170,204); }

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