Html Css Color HEX #BD9FAE Lily

📋 copy color: '#BD9FAE'

red 189 ◦ green 159 ◦ blue 174

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

Shades of Lily #BD9FAE

Tints of Lily #BD9FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.46%

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

R = 36.21%
G = 30.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD9FAE (or 0xBD9FAE) is known color: Lily. HEX triplet: BD, 9F and AE. RGB value is (189,159,174). Sum of RGB (Red+Green+Blue) = 189+159+174=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9FAE is #426051. Grayscale: #A9A9A9. Windows color (decimal): -4350034 or 11444157. OLE color: 11444157.

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

Color convert

RGB 189 159 174 -
CMYK 0 0.16 0.08 0.26
HSL 330º 0.19% 0.68% -
HSV(B) 330º 0.16% 0.74% -
XYZ 41.02 38.67 45.35 -
YUV 169.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 189 159 174 0 0.16 0.08 0.26 330 0.19 0.68
Hex BD 9F AE 0 10 8 1A 14A 13 44
Octal 275 237 256 0 20 10 32 512 23 104
Binary 10111101 10011111 10101110 0 10000 1000 11010 101001010 10011 1000100

Color Harmonies of #BD9FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FAE

Black with #BD9FAE

Text Example


Text Example

White with #BD9FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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