Html Css Color HEX #B2ABAE Lily

📋 copy color: '#B2ABAE'

red 178 ◦ green 171 ◦ blue 174

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

Shades of Lily #B2ABAE

Tints of Lily #B2ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.7%

 BLUE value IS 174 (68.36% from 255) = 33.27%

R = 34.03%
G = 32.7%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B2ABAE (or 0xB2ABAE) is known color: Lily. HEX triplet: B2, AB and AE. RGB value is (178,171,174). Sum of RGB (Red+Green+Blue) = 178+171+174=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ABAE is #4D5451. Grayscale: #ADADAD. Windows color (decimal): -5067858 or 11447218. OLE color: 11447218.

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

Color convert

RGB 178 171 174 -
CMYK 0 0.04 0.02 0.30
HSL 334.29º 0.04% 0.68% -
HSV(B) 334.29º 0.04% 0.7% -
XYZ 40.56 41.65 45.95 -
YUV 173.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 178 171 174 0 0.04 0.02 0.30 334.29 0.04 0.68
Hex B2 AB AE 0 4 2 1E 14E 4 44
Octal 262 253 256 0 4 2 36 516 4 104
Binary 10110010 10101011 10101110 0 100 10 11110 101001110 100 1000100

Color Harmonies of #B2ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABAE

Black with #B2ABAE

Text Example


Text Example

White with #B2ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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