Html Css Color HEX #BBA2AB Lily

📋 copy color: '#BBA2AB'

red 187 ◦ green 162 ◦ blue 171

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

Shades of Lily #BBA2AB

Tints of Lily #BBA2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.15%

 BLUE value IS 171 (67.19% from 255) = 32.88%

R = 35.96%
G = 31.15%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBA2AB (or 0xBBA2AB) is known color: Lily. HEX triplet: BB, A2 and AB. RGB value is (187,162,171). Sum of RGB (Red+Green+Blue) = 187+162+171=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2AB is #445D54. Grayscale: #AAAAAA. Windows color (decimal): -4480341 or 11248315. OLE color: 11248315.

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

Color convert

RGB 187 162 171 -
CMYK 0 0.13 0.09 0.27
HSL 338.4º 0.16% 0.68% -
HSV(B) 338.4º 0.13% 0.73% -
XYZ 40.76 39.35 43.97 -
YUV 170.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 187 162 171 0 0.13 0.09 0.27 338.4 0.16 0.68
Hex BB A2 AB 0 D 9 1B 152 10 44
Octal 273 242 253 0 15 11 33 522 20 104
Binary 10111011 10100010 10101011 0 1101 1001 11011 101010010 10000 1000100

Color Harmonies of #BBA2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2AB

Black with #BBA2AB

Text Example


Text Example

White with #BBA2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2AB; }

 p { color: rgb(187,162,171); }

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

background-color css

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

 a { background-color: rgb(187,162,171); }

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

border-color css

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

 span { border-color: rgb(187,162,171); }

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