Html Css Color HEX #B4ADB2 Lily

📋 copy color: '#B4ADB2'

red 180 ◦ green 173 ◦ blue 178

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

Shades of Lily #B4ADB2

Tints of Lily #B4ADB2

RGB

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

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

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

R = 33.9%
G = 32.58%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B4ADB2 (or 0xB4ADB2) is known color: Lily. HEX triplet: B4, AD and B2. RGB value is (180,173,178). Sum of RGB (Red+Green+Blue) = 180+173+178=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADB2 is #4B524D. Grayscale: #AFAFAF. Windows color (decimal): -4936270 or 11709876. OLE color: 11709876.

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

Color convert

RGB 180 173 178 -
CMYK 0 0.04 0.01 0.29
HSL 317.14º 0.04% 0.69% -
HSV(B) 317.14º 0.04% 0.71% -
XYZ 41.8 42.8 48.18 -
YUV 175.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 180 173 178 0 0.04 0.01 0.29 317.14 0.04 0.69
Hex B4 AD B2 0 4 1 1D 13D 4 45
Octal 264 255 262 0 4 1 35 475 4 105
Binary 10110100 10101101 10110010 0 100 1 11101 100111101 100 1000101

Color Harmonies of #B4ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADB2

Black with #B4ADB2

Text Example


Text Example

White with #B4ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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