Html Css Color HEX #B9ADB1 Lily

📋 copy color: '#B9ADB1'

red 185 ◦ green 173 ◦ blue 177

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

Shades of Lily #B9ADB1

Tints of Lily #B9ADB1

RGB

 RED value IS 185 (72.66% from 255) = 34.58%

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

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

R = 34.58%
G = 32.34%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B9ADB1 (or 0xB9ADB1) is known color: Lily. HEX triplet: B9, AD and B1. RGB value is (185,173,177). Sum of RGB (Red+Green+Blue) = 185+173+177=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADB1 is #46524E. Grayscale: #B1B1B1. Windows color (decimal): -4608591 or 11644345. OLE color: 11644345.

HSL color Cylindrical-coordinate representation of color #B9ADB1: hue angle of 340º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9ADB1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 177 -
CMYK 0 0.06 0.04 0.27
HSL 340º 0.08% 0.7% -
HSV(B) 340º 0.06% 0.73% -
XYZ 42.89 43.38 47.71 -
YUV 177.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 185 173 177 0 0.06 0.04 0.27 340 0.08 0.7
Hex B9 AD B1 0 6 4 1B 154 8 46
Octal 271 255 261 0 6 4 33 524 10 106
Binary 10111001 10101101 10110001 0 110 100 11011 101010100 1000 1000110

Color Harmonies of #B9ADB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADB1

Black with #B9ADB1

Text Example


Text Example

White with #B9ADB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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