Html Css Color HEX #BBAACE Perfume

📋 copy color: '#BBAACE'

red 187 ◦ green 170 ◦ blue 206

#BBAACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BBAACE

Tints of Perfume #BBAACE

RGB

 RED value IS 187 (73.44% from 255) = 33.21%

 GREEN value IS 170 (66.8% from 255) = 30.2%

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 33.21%
G = 30.2%
B = 36.59%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBAACE (or 0xBBAACE) is known color: 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

RGB 187 170 206 -
CMYK 0.09 0.17 0 0.19
HSL 268.33º 0.27% 0.74% -
HSV(B) 268.33º 0.17% 0.81% -
XYZ 46.01 43.77 64.42 -
YUV 179.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 187 170 206 0.09 0.17 0 0.19 268.33 0.27 0.74
Hex BB AA CE 9 11 0 13 10C 1B 4A
Octal 273 252 316 11 21 0 23 414 33 112
Binary 10111011 10101010 11001110 1001 10001 0 10011 100001100 11011 1001010

Color Harmonies of #BBAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAACE

Black with #BBAACE

Text Example


Text Example

White with #BBAACE

Text Example


Text Example

HTML Codes & Css Web 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>