Html Css Color HEX #BF9DAC Lily

📋 copy color: '#BF9DAC'

red 191 ◦ green 157 ◦ blue 172

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

Shades of Lily #BF9DAC

Tints of Lily #BF9DAC

RGB

 RED value IS 191 (75% from 255) = 36.73%

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

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

R = 36.73%
G = 30.19%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF9DAC (or 0xBF9DAC) is known color: Lily. HEX triplet: BF, 9D and AC. RGB value is (191,157,172). Sum of RGB (Red+Green+Blue) = 191+157+172=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9DAC is #406253. Grayscale: #A8A8A8. Windows color (decimal): -4219476 or 11312575. OLE color: 11312575.

HSL color Cylindrical-coordinate representation of color #BF9DAC: hue angle of 333.53º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9DAC is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 157 172 -
CMYK 0 0.18 0.10 0.25
HSL 333.53º 0.21% 0.68% -
HSV(B) 333.53º 0.18% 0.75% -
XYZ 40.99 38.17 44.24 -
YUV 168.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 191 157 172 0 0.18 0.10 0.25 333.53 0.21 0.68
Hex BF 9D AC 0 12 A 19 14E 15 44
Octal 277 235 254 0 22 12 31 516 25 104
Binary 10111111 10011101 10101100 0 10010 1010 11001 101001110 10101 1000100

Color Harmonies of #BF9DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9DAC

Black with #BF9DAC

Text Example


Text Example

White with #BF9DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9DAC; }

 p { color: rgb(191,157,172); }

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

background-color css

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

 a { background-color: rgb(191,157,172); }

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

border-color css

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

 span { border-color: rgb(191,157,172); }

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