Html Css Color HEX #B5ADB0 Lily

📋 copy color: '#B5ADB0'

red 181 ◦ green 173 ◦ blue 176

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

Shades of Lily #B5ADB0

Tints of Lily #B5ADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.64%

 BLUE value IS 176 (69.14% from 255) = 33.21%

R = 34.15%
G = 32.64%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B5ADB0 (or 0xB5ADB0) is known color: Lily. HEX triplet: B5, AD and B0. RGB value is (181,173,176). Sum of RGB (Red+Green+Blue) = 181+173+176=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADB0 is #4A524F. Grayscale: #AFAFAF. Windows color (decimal): -4870736 or 11578805. OLE color: 11578805.

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

Color convert

RGB 181 173 176 -
CMYK 0 0.04 0.03 0.29
HSL 337.5º 0.05% 0.69% -
HSV(B) 337.5º 0.04% 0.71% -
XYZ 41.84 42.85 47.14 -
YUV 175.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 181 173 176 0 0.04 0.03 0.29 337.5 0.05 0.69
Hex B5 AD B0 0 4 3 1D 152 5 45
Octal 265 255 260 0 4 3 35 522 5 105
Binary 10110101 10101101 10110000 0 100 11 11101 101010010 101 1000101

Color Harmonies of #B5ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADB0

Black with #B5ADB0

Text Example


Text Example

White with #B5ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADB0; }

 p { color: rgb(181,173,176); }

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

background-color css

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

 a { background-color: rgb(181,173,176); }

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

border-color css

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

 span { border-color: rgb(181,173,176); }

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