Html Css Color HEX #B4AAB2 Lily

📋 copy color: '#B4AAB2'

red 180 ◦ green 170 ◦ blue 178

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

Shades of Lily #B4AAB2

Tints of Lily #B4AAB2

RGB

 RED value IS 180 (70.7% from 255) = 34.09%

 GREEN value IS 170 (66.8% from 255) = 32.2%

 BLUE value IS 178 (69.92% from 255) = 33.71%

R = 34.09%
G = 32.2%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B4AAB2 (or 0xB4AAB2) is known color: Lily. HEX triplet: B4, AA and B2. RGB value is (180,170,178). Sum of RGB (Red+Green+Blue) = 180+170+178=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AAB2 is #4B554D. Grayscale: #ADADAD. Windows color (decimal): -4937038 or 11709108. OLE color: 11709108.

HSL color Cylindrical-coordinate representation of color #B4AAB2: hue angle of 312º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4AAB2 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 170 178 -
CMYK 0 0.06 0.01 0.29
HSL 312º 0.06% 0.69% -
HSV(B) 312º 0.06% 0.71% -
XYZ 41.23 41.67 47.99 -
YUV 173.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 180 170 178 0 0.06 0.01 0.29 312 0.06 0.69
Hex B4 AA B2 0 6 1 1D 138 6 45
Octal 264 252 262 0 6 1 35 470 6 105
Binary 10110100 10101010 10110010 0 110 1 11101 100111000 110 1000101

Color Harmonies of #B4AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AAB2

Black with #B4AAB2

Text Example


Text Example

White with #B4AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AAB2; }

 p { color: rgb(180,170,178); }

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

background-color css

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

 a { background-color: rgb(180,170,178); }

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

border-color css

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

 span { border-color: rgb(180,170,178); }

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