Html Css Color HEX #BD9DAB Lily

📋 copy color: '#BD9DAB'

red 189 ◦ green 157 ◦ blue 171

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

Shades of Lily #BD9DAB

Tints of Lily #BD9DAB

RGB

 RED value IS 189 (74.22% from 255) = 36.56%

 GREEN value IS 157 (61.72% from 255) = 30.37%

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 36.56%
G = 30.37%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD9DAB (or 0xBD9DAB) is known color: Lily. HEX triplet: BD, 9D and AB. RGB value is (189,157,171). Sum of RGB (Red+Green+Blue) = 189+157+171=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9DAB is #426254. Grayscale: #A8A8A8. Windows color (decimal): -4350549 or 11247037. OLE color: 11247037.

HSL color Cylindrical-coordinate representation of color #BD9DAB: hue angle of 333.75º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9DAB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 157 171 -
CMYK 0 0.17 0.10 0.26
HSL 333.75º 0.2% 0.68% -
HSV(B) 333.75º 0.17% 0.74% -
XYZ 40.39 37.87 43.71 -
YUV 168.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 189 157 171 0 0.17 0.10 0.26 333.75 0.2 0.68
Hex BD 9D AB 0 11 A 1A 14E 14 44
Octal 275 235 253 0 21 12 32 516 24 104
Binary 10111101 10011101 10101011 0 10001 1010 11010 101001110 10100 1000100

Color Harmonies of #BD9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DAB

Black with #BD9DAB

Text Example


Text Example

White with #BD9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DAB; }

 p { color: rgb(189,157,171); }

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

background-color css

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

 a { background-color: rgb(189,157,171); }

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

border-color css

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

 span { border-color: rgb(189,157,171); }

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