#BBAACE

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

Shades of Perfume #BBAACE

Tints of Perfume #BBAACE

Color information

#BBAACE (or 0xBBAACE) is unknown color: approx Perfume. HEX triplet: BB, AA and CE. RGB value is (187,170,206). Sum of RGB (Red+Green+Blue) = 187+170+206=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAACE is #445531. Grayscale: #B3B3B3. Windows color (decimal): -4478258 or 13544123. OLE color: 13544123.

HSL color Cylindrical-coordinate representation of color #BBAACE: hue angle of 268.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAACE is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187170206-
CMYK0.090.1700.19
HSL268.33º26.87%73.73%-
HSV(B)268.33º17.48%80.78%-
XYZ46.0143.7764.42-
YUV179.19143.13133.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=33.21%
G=30.20%
B=36.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871702060.090.1700.19268.3326.8773.73
HexBBAACE91101310c1b4a
Octal273252316112102341433112
Binary101110111010101011001110100110001010011100001100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAACE; }

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

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

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

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

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

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

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

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