Html Css Color HEX #B5AEB2 Lily

📋 copy color: '#B5AEB2'

red 181 ◦ green 174 ◦ blue 178

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

Shades of Lily #B5AEB2

Tints of Lily #B5AEB2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.65%

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

R = 33.96%
G = 32.65%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B5AEB2 (or 0xB5AEB2) is known color: Lily. HEX triplet: B5, AE and B2. RGB value is (181,174,178). Sum of RGB (Red+Green+Blue) = 181+174+178=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AEB2 is #4A514D. Grayscale: #B0B0B0. Windows color (decimal): -4870478 or 11710133. OLE color: 11710133.

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

Color convert

RGB 181 174 178 -
CMYK 0 0.04 0.02 0.29
HSL 325.71º 0.05% 0.7% -
HSV(B) 325.71º 0.04% 0.71% -
XYZ 42.23 43.31 48.25 -
YUV 176.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 181 174 178 0 0.04 0.02 0.29 325.71 0.05 0.7
Hex B5 AE B2 0 4 2 1D 146 5 46
Octal 265 256 262 0 4 2 35 506 5 106
Binary 10110101 10101110 10110010 0 100 10 11101 101000110 101 1000110

Color Harmonies of #B5AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AEB2

Black with #B5AEB2

Text Example


Text Example

White with #B5AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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