Html Css Color HEX #B4ADB1 Lily

📋 copy color: '#B4ADB1'

red 180 ◦ green 173 ◦ blue 177

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

Shades of Lily #B4ADB1

Tints of Lily #B4ADB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 33.96%
G = 32.64%
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

#B4ADB1 (or 0xB4ADB1) is known color: Lily. HEX triplet: B4, AD and B1. RGB value is (180,173,177). Sum of RGB (Red+Green+Blue) = 180+173+177=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADB1 is #4B524E. Grayscale: #AFAFAF. Windows color (decimal): -4936271 or 11644340. OLE color: 11644340.

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

Color convert

RGB 180 173 177 -
CMYK 0 0.04 0.02 0.29
HSL 325.71º 0.04% 0.69% -
HSV(B) 325.71º 0.04% 0.71% -
XYZ 41.7 42.76 47.65 -
YUV 175.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 180 173 177 0 0.04 0.02 0.29 325.71 0.04 0.69
Hex B4 AD B1 0 4 2 1D 146 4 45
Octal 264 255 261 0 4 2 35 506 4 105
Binary 10110100 10101101 10110001 0 100 10 11101 101000110 100 1000101

Color Harmonies of #B4ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADB1

Black with #B4ADB1

Text Example


Text Example

White with #B4ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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