Html Css Color HEX #B0A3AA Lily

📋 copy color: '#B0A3AA'

red 176 ◦ green 163 ◦ blue 170

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

Shades of Lily #B0A3AA

Tints of Lily #B0A3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.02%

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

R = 34.58%
G = 32.02%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B0A3AA (or 0xB0A3AA) is known color: Lily. HEX triplet: B0, A3 and AA. RGB value is (176,163,170). Sum of RGB (Red+Green+Blue) = 176+163+170=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A3AA is #4F5C55. Grayscale: #A7A7A7. Windows color (decimal): -5200982 or 11183024. OLE color: 11183024.

HSL color Cylindrical-coordinate representation of color #B0A3AA: hue angle of 327.69º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0A3AA is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 163 170 -
CMYK 0 0.07 0.03 0.31
HSL 327.69º 0.08% 0.66% -
HSV(B) 327.69º 0.07% 0.69% -
XYZ 38.26 38.33 43.41 -
YUV 167.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 176 163 170 0 0.07 0.03 0.31 327.69 0.08 0.66
Hex B0 A3 AA 0 7 3 1F 148 8 42
Octal 260 243 252 0 7 3 37 510 10 102
Binary 10110000 10100011 10101010 0 111 11 11111 101001000 1000 1000010

Color Harmonies of #B0A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A3AA

Black with #B0A3AA

Text Example


Text Example

White with #B0A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A3AA; }

 p { color: rgb(176,163,170); }

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

background-color css

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

 a { background-color: rgb(176,163,170); }

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

border-color css

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

 span { border-color: rgb(176,163,170); }

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