Html Css Color HEX #BBA0AA Lily

📋 copy color: '#BBA0AA'

red 187 ◦ green 160 ◦ blue 170

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

Shades of Lily #BBA0AA

Tints of Lily #BBA0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.88%

R = 36.17%
G = 30.95%
B = 32.88%

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

#BBA0AA (or 0xBBA0AA) is known color: Lily. HEX triplet: BB, A0 and AA. RGB value is (187,160,170). Sum of RGB (Red+Green+Blue) = 187+160+170=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0AA is #445F55. Grayscale: #A9A9A9. Windows color (decimal): -4480854 or 11182267. OLE color: 11182267.

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

Color convert

RGB 187 160 170 -
CMYK 0 0.14 0.09 0.27
HSL 337.78º 0.17% 0.68% -
HSV(B) 337.78º 0.14% 0.73% -
XYZ 40.32 38.61 43.36 -
YUV 169.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 187 160 170 0 0.14 0.09 0.27 337.78 0.17 0.68
Hex BB A0 AA 0 E 9 1B 152 11 44
Octal 273 240 252 0 16 11 33 522 21 104
Binary 10111011 10100000 10101010 0 1110 1001 11011 101010010 10001 1000100

Color Harmonies of #BBA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0AA

Black with #BBA0AA

Text Example


Text Example

White with #BBA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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