Html Css Color HEX #B0A9AD Lily

📋 copy color: '#B0A9AD'

red 176 ◦ green 169 ◦ blue 173

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

Shades of Lily #B0A9AD

Tints of Lily #B0A9AD

RGB

 RED value IS 176 (69.14% from 255) = 33.98%

 GREEN value IS 169 (66.41% from 255) = 32.63%

 BLUE value IS 173 (67.97% from 255) = 33.4%

R = 33.98%
G = 32.63%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B0A9AD (or 0xB0A9AD) is known color: Lily. HEX triplet: B0, A9 and AD. RGB value is (176,169,173). Sum of RGB (Red+Green+Blue) = 176+169+173=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A9AD is #4F5652. Grayscale: #ABABAB. Windows color (decimal): -5199443 or 11381168. OLE color: 11381168.

HSL color Cylindrical-coordinate representation of color #B0A9AD: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B0A9AD is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 169 173 -
CMYK 0 0.04 0.02 0.31
HSL 325.71º 0.04% 0.68% -
HSV(B) 325.71º 0.04% 0.69% -
XYZ 39.64 40.62 45.29 -
YUV 171.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 176 169 173 0 0.04 0.02 0.31 325.71 0.04 0.68
Hex B0 A9 AD 0 4 2 1F 146 4 44
Octal 260 251 255 0 4 2 37 506 4 104
Binary 10110000 10101001 10101101 0 100 10 11111 101000110 100 1000100

Color Harmonies of #B0A9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A9AD

Black with #B0A9AD

Text Example


Text Example

White with #B0A9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A9AD; }

 p { color: rgb(176,169,173); }

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

background-color css

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

 a { background-color: rgb(176,169,173); }

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

border-color css

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

 span { border-color: rgb(176,169,173); }

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