Html Css Color HEX #BBAAB2 Lily

📋 copy color: '#BBAAB2'

red 187 ◦ green 170 ◦ blue 178

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

Shades of Lily #BBAAB2

Tints of Lily #BBAAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.27%

R = 34.95%
G = 31.78%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BBAAB2 (or 0xBBAAB2) is known color: Lily. HEX triplet: BB, AA and B2. RGB value is (187,170,178). Sum of RGB (Red+Green+Blue) = 187+170+178=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAB2 is #44554D. Grayscale: #AFAFAF. Windows color (decimal): -4478286 or 11709115. OLE color: 11709115.

HSL color Cylindrical-coordinate representation of color #BBAAB2: hue angle of 331.76º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAAB2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 178 -
CMYK 0 0.09 0.05 0.27
HSL 331.76º 0.11% 0.7% -
HSV(B) 331.76º 0.09% 0.73% -
XYZ 42.9 42.53 48.07 -
YUV 176 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 187 170 178 0 0.09 0.05 0.27 331.76 0.11 0.7
Hex BB AA B2 0 9 5 1B 14C B 46
Octal 273 252 262 0 11 5 33 514 13 106
Binary 10111011 10101010 10110010 0 1001 101 11011 101001100 1011 1000110

Color Harmonies of #BBAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAB2

Black with #BBAAB2

Text Example


Text Example

White with #BBAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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