Html Css Color HEX #BD9FAC Lily

📋 copy color: '#BD9FAC'

red 189 ◦ green 159 ◦ blue 172

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

Shades of Lily #BD9FAC

Tints of Lily #BD9FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 36.35%
G = 30.58%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD9FAC (or 0xBD9FAC) is known color: Lily. HEX triplet: BD, 9F and AC. RGB value is (189,159,172). Sum of RGB (Red+Green+Blue) = 189+159+172=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9FAC is #426053. Grayscale: #A9A9A9. Windows color (decimal): -4350036 or 11313085. OLE color: 11313085.

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

Color convert

RGB 189 159 172 -
CMYK 0 0.16 0.09 0.26
HSL 334º 0.19% 0.68% -
HSV(B) 334º 0.16% 0.74% -
XYZ 40.83 38.59 44.33 -
YUV 169.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 189 159 172 0 0.16 0.09 0.26 334 0.19 0.68
Hex BD 9F AC 0 10 9 1A 14E 13 44
Octal 275 237 254 0 20 11 32 516 23 104
Binary 10111101 10011111 10101100 0 10000 1001 11010 101001110 10011 1000100

Color Harmonies of #BD9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FAC

Black with #BD9FAC

Text Example


Text Example

White with #BD9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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