Html Css Color HEX #B2A4AB Lily

📋 copy color: '#B2A4AB'

red 178 ◦ green 164 ◦ blue 171

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

Shades of Lily #B2A4AB

Tints of Lily #B2A4AB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.97%

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 34.7%
G = 31.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B2A4AB (or 0xB2A4AB) is known color: Lily. HEX triplet: B2, A4 and AB. RGB value is (178,164,171). Sum of RGB (Red+Green+Blue) = 178+164+171=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A4AB is #4D5B54. Grayscale: #A8A8A8. Windows color (decimal): -5069653 or 11248818. OLE color: 11248818.

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

Color convert

RGB 178 164 171 -
CMYK 0 0.08 0.04 0.30
HSL 330º 0.08% 0.67% -
HSV(B) 330º 0.08% 0.7% -
XYZ 38.99 38.96 43.99 -
YUV 168.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 178 164 171 0 0.08 0.04 0.30 330 0.08 0.67
Hex B2 A4 AB 0 8 4 1E 14A 8 43
Octal 262 244 253 0 10 4 36 512 10 103
Binary 10110010 10100100 10101011 0 1000 100 11110 101001010 1000 1000011

Color Harmonies of #B2A4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A4AB

Black with #B2A4AB

Text Example


Text Example

White with #B2A4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A4AB; }

 p { color: rgb(178,164,171); }

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

background-color css

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

 a { background-color: rgb(178,164,171); }

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

border-color css

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

 span { border-color: rgb(178,164,171); }

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