Html Css Color HEX #B5ABAE Lily

📋 copy color: '#B5ABAE'

red 181 ◦ green 171 ◦ blue 174

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

Shades of Lily #B5ABAE

Tints of Lily #B5ABAE

RGB

 RED value IS 181 (71.09% from 255) = 34.41%

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

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

R = 34.41%
G = 32.51%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B5ABAE (or 0xB5ABAE) is known color: Lily. HEX triplet: B5, AB and AE. RGB value is (181,171,174). Sum of RGB (Red+Green+Blue) = 181+171+174=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABAE is #4A5451. Grayscale: #AEAEAE. Windows color (decimal): -4871250 or 11447221. OLE color: 11447221.

HSL color Cylindrical-coordinate representation of color #B5ABAE: hue angle of 342º 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 #B5ABAE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 171 174 -
CMYK 0 0.06 0.04 0.29
HSL 342º 0.06% 0.69% -
HSV(B) 342º 0.06% 0.71% -
XYZ 41.26 42.01 45.98 -
YUV 174.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 181 171 174 0 0.06 0.04 0.29 342 0.06 0.69
Hex B5 AB AE 0 6 4 1D 156 6 45
Octal 265 253 256 0 6 4 35 526 6 105
Binary 10110101 10101011 10101110 0 110 100 11101 101010110 110 1000101

Color Harmonies of #B5ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ABAE

Black with #B5ABAE

Text Example


Text Example

White with #B5ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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