Html Css Color HEX #BBA0AB Lily

📋 copy color: '#BBA0AB'

red 187 ◦ green 160 ◦ blue 171

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

Shades of Lily #BBA0AB

Tints of Lily #BBA0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.89%

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

R = 36.1%
G = 30.89%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBA0AB (or 0xBBA0AB) is known color: Lily. HEX triplet: BB, A0 and AB. RGB value is (187,160,171). Sum of RGB (Red+Green+Blue) = 187+160+171=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0AB is #445F54. Grayscale: #A9A9A9. Windows color (decimal): -4480853 or 11247803. OLE color: 11247803.

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

Color convert

RGB 187 160 171 -
CMYK 0 0.14 0.09 0.27
HSL 335.56º 0.17% 0.68% -
HSV(B) 335.56º 0.14% 0.73% -
XYZ 40.42 38.65 43.86 -
YUV 169.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 187 160 171 0 0.14 0.09 0.27 335.56 0.17 0.68
Hex BB A0 AB 0 E 9 1B 150 11 44
Octal 273 240 253 0 16 11 33 520 21 104
Binary 10111011 10100000 10101011 0 1110 1001 11011 101010000 10001 1000100

Color Harmonies of #BBA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0AB

Black with #BBA0AB

Text Example


Text Example

White with #BBA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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