Html Css Color HEX #BBAAC9 Perfume

📋 copy color: '#BBAAC9'

red 187 ◦ green 170 ◦ blue 201

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

Shades of Perfume #BBAAC9

Tints of Perfume #BBAAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.02%

R = 33.51%
G = 30.47%
B = 36.02%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBAAC9 (or 0xBBAAC9) is known color: Perfume. HEX triplet: BB, AA and C9. RGB value is (187,170,201). Sum of RGB (Red+Green+Blue) = 187+170+201=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC9 is #445536. Grayscale: #B2B2B2. Windows color (decimal): -4478263 or 13216443. OLE color: 13216443.

HSL color Cylindrical-coordinate representation of color #BBAAC9: hue angle of 272.9º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAAC9 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 170 201 -
CMYK 0.07 0.15 0 0.21
HSL 272.9º 0.22% 0.73% -
HSV(B) 272.9º 0.15% 0.79% -
XYZ 45.41 43.53 61.27 -
YUV 178.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 187 170 201 0.07 0.15 0 0.21 272.9 0.22 0.73
Hex BB AA C9 7 F 0 15 111 16 49
Octal 273 252 311 7 17 0 25 421 26 111
Binary 10111011 10101010 11001001 111 1111 0 10101 100010001 10110 1001001

Color Harmonies of #BBAAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAC9

Black with #BBAAC9

Text Example


Text Example

White with #BBAAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAC9; }

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

 H1.HeaderClassName
 {
   color: #BBAAC9;
 }
 .AnyTagClassName
 {
   color: #BBAAC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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