Html Css Color HEX #BD9DAE Lily

📋 copy color: '#BD9DAE'

red 189 ◦ green 157 ◦ blue 174

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

Shades of Lily #BD9DAE

Tints of Lily #BD9DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.46%

R = 36.35%
G = 30.19%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD9DAE (or 0xBD9DAE) is known color: Lily. HEX triplet: BD, 9D and AE. RGB value is (189,157,174). Sum of RGB (Red+Green+Blue) = 189+157+174=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9DAE is #426251. Grayscale: #A8A8A8. Windows color (decimal): -4350546 or 11443645. OLE color: 11443645.

HSL color Cylindrical-coordinate representation of color #BD9DAE: hue angle of 328.12º 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 #BD9DAE is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 157 174 -
CMYK 0 0.17 0.08 0.26
HSL 328.13º 0.2% 0.68% -
HSV(B) 328.13º 0.17% 0.74% -
XYZ 40.68 37.99 45.23 -
YUV 168.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 189 157 174 0 0.17 0.08 0.26 328.13 0.2 0.68
Hex BD 9D AE 0 11 8 1A 148 14 44
Octal 275 235 256 0 21 10 32 510 24 104
Binary 10111101 10011101 10101110 0 10001 1000 11010 101001000 10100 1000100

Color Harmonies of #BD9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DAE

Black with #BD9DAE

Text Example


Text Example

White with #BD9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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