Html Css Color HEX #B2A2A9 Lily

📋 copy color: '#B2A2A9'

red 178 ◦ green 162 ◦ blue 169

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

Shades of Lily #B2A2A9

Tints of Lily #B2A2A9

RGB

 RED value IS 178 (69.92% from 255) = 34.97%

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

 BLUE value IS 169 (66.41% from 255) = 33.2%

R = 34.97%
G = 31.83%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B2A2A9 (or 0xB2A2A9) is known color: Lily. HEX triplet: B2, A2 and A9. RGB value is (178,162,169). Sum of RGB (Red+Green+Blue) = 178+162+169=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A2A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A2A9 is #4D5D56. Grayscale: #A7A7A7. Windows color (decimal): -5070167 or 11117234. OLE color: 11117234.

HSL color Cylindrical-coordinate representation of color #B2A2A9: hue angle of 333.75º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2A2A9 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 169 -
CMYK 0 0.09 0.05 0.30
HSL 333.75º 0.09% 0.67% -
HSV(B) 333.75º 0.09% 0.7% -
XYZ 38.44 38.17 42.88 -
YUV 167.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 178 162 169 0 0.09 0.05 0.30 333.75 0.09 0.67
Hex B2 A2 A9 0 9 5 1E 14E 9 43
Octal 262 242 251 0 11 5 36 516 11 103
Binary 10110010 10100010 10101001 0 1001 101 11110 101001110 1001 1000011

Color Harmonies of #B2A2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A2A9

Black with #B2A2A9

Text Example


Text Example

White with #B2A2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A2A9; }

 p { color: rgb(178,162,169); }

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

background-color css

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

 a { background-color: rgb(178,162,169); }

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

border-color css

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

 span { border-color: rgb(178,162,169); }

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