Html Css Color HEX #B3A2A8 Lily

📋 copy color: '#B3A2A8'

red 179 ◦ green 162 ◦ blue 168

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

Shades of Lily #B3A2A8

Tints of Lily #B3A2A8

RGB

 RED value IS 179 (70.31% from 255) = 35.17%

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

 BLUE value IS 168 (66.02% from 255) = 33.01%

R = 35.17%
G = 31.83%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B3A2A8 (or 0xB3A2A8) is known color: Lily. HEX triplet: B3, A2 and A8. RGB value is (179,162,168). Sum of RGB (Red+Green+Blue) = 179+162+168=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A2A8 is #4C5D57. Grayscale: #A7A7A7. Windows color (decimal): -5004632 or 11051699. OLE color: 11051699.

HSL color Cylindrical-coordinate representation of color #B3A2A8: hue angle of 338.82º degrees, saturation: 0.1, 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 #B3A2A8 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 162 168 -
CMYK 0 0.09 0.06 0.30
HSL 338.82º 0.1% 0.67% -
HSV(B) 338.82º 0.09% 0.7% -
XYZ 38.58 38.25 42.4 -
YUV 167.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 179 162 168 0 0.09 0.06 0.30 338.82 0.1 0.67
Hex B3 A2 A8 0 9 6 1E 153 A 43
Octal 263 242 250 0 11 6 36 523 12 103
Binary 10110011 10100010 10101000 0 1001 110 11110 101010011 1010 1000011

Color Harmonies of #B3A2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A2A8

Black with #B3A2A8

Text Example


Text Example

White with #B3A2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A2A8; }

 p { color: rgb(179,162,168); }

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

background-color css

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

 a { background-color: rgb(179,162,168); }

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

border-color css

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

 span { border-color: rgb(179,162,168); }

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