Html Css Color HEX #B4ADB0 Lily

📋 copy color: '#B4ADB0'

red 180 ◦ green 173 ◦ blue 176

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

Shades of Lily #B4ADB0

Tints of Lily #B4ADB0

RGB

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

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

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

R = 34.03%
G = 32.7%
B = 33.27%

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

#B4ADB0 (or 0xB4ADB0) is known color: Lily. HEX triplet: B4, AD and B0. RGB value is (180,173,176). Sum of RGB (Red+Green+Blue) = 180+173+176=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADB0 is #4B524F. Grayscale: #AFAFAF. Windows color (decimal): -4936272 or 11578804. OLE color: 11578804.

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

Color convert

RGB 180 173 176 -
CMYK 0 0.04 0.02 0.29
HSL 334.29º 0.04% 0.69% -
HSV(B) 334.29º 0.04% 0.71% -
XYZ 41.6 42.73 47.13 -
YUV 175.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 180 173 176 0 0.04 0.02 0.29 334.29 0.04 0.69
Hex B4 AD B0 0 4 2 1D 14E 4 45
Octal 264 255 260 0 4 2 35 516 4 105
Binary 10110100 10101101 10110000 0 100 10 11101 101001110 100 1000101

Color Harmonies of #B4ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADB0

Black with #B4ADB0

Text Example


Text Example

White with #B4ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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