Html Css Color HEX #BBAAB6 Lily

📋 copy color: '#BBAAB6'

red 187 ◦ green 170 ◦ blue 182

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

Shades of Lily #BBAAB6

Tints of Lily #BBAAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.77%

R = 34.69%
G = 31.54%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BBAAB6 (or 0xBBAAB6) is known color: Lily. HEX triplet: BB, AA and B6. RGB value is (187,170,182). Sum of RGB (Red+Green+Blue) = 187+170+182=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 182 (71.48% from 255 or 33.77% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAB6 is #445549. Grayscale: #B0B0B0. Windows color (decimal): -4478282 or 11971259. OLE color: 11971259.

HSL color Cylindrical-coordinate representation of color #BBAAB6: hue angle of 317.65º 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 #BBAAB6 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 182 -
CMYK 0 0.09 0.03 0.27
HSL 317.65º 0.11% 0.7% -
HSV(B) 317.65º 0.09% 0.73% -
XYZ 43.31 42.69 50.21 -
YUV 176.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 187 170 182 0 0.09 0.03 0.27 317.65 0.11 0.7
Hex BB AA B6 0 9 3 1B 13E B 46
Octal 273 252 266 0 11 3 33 476 13 106
Binary 10111011 10101010 10110110 0 1001 11 11011 100111110 1011 1000110

Color Harmonies of #BBAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAB6

Black with #BBAAB6

Text Example


Text Example

White with #BBAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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