Html Css Color HEX #BBAAAF Lily

📋 copy color: '#BBAAAF'

red 187 ◦ green 170 ◦ blue 175

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

Shades of Lily #BBAAAF

Tints of Lily #BBAAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 35.15%
G = 31.95%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBAAAF (or 0xBBAAAF) is known color: Lily. HEX triplet: BB, AA and AF. RGB value is (187,170,175). Sum of RGB (Red+Green+Blue) = 187+170+175=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAAF is #445550. Grayscale: #AFAFAF. Windows color (decimal): -4478289 or 11512507. OLE color: 11512507.

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

Color convert

RGB 187 170 175 -
CMYK 0 0.09 0.06 0.27
HSL 342.35º 0.11% 0.7% -
HSV(B) 342.35º 0.09% 0.73% -
XYZ 42.61 42.41 46.5 -
YUV 175.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 187 170 175 0 0.09 0.06 0.27 342.35 0.11 0.7
Hex BB AA AF 0 9 6 1B 156 B 46
Octal 273 252 257 0 11 6 33 526 13 106
Binary 10111011 10101010 10101111 0 1001 110 11011 101010110 1011 1000110

Color Harmonies of #BBAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAAF

Black with #BBAAAF

Text Example


Text Example

White with #BBAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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