Html Css Color HEX #BF9FAC Lily

📋 copy color: '#BF9FAC'

red 191 ◦ green 159 ◦ blue 172

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

Shades of Lily #BF9FAC

Tints of Lily #BF9FAC

RGB

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

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

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

R = 36.59%
G = 30.46%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF9FAC (or 0xBF9FAC) is known color: Lily. HEX triplet: BF, 9F and AC. RGB value is (191,159,172). Sum of RGB (Red+Green+Blue) = 191+159+172=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9FAC is #406053. Grayscale: #AAAAAA. Windows color (decimal): -4218964 or 11313087. OLE color: 11313087.

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

Color convert

RGB 191 159 172 -
CMYK 0 0.17 0.10 0.25
HSL 335.63º 0.2% 0.69% -
HSV(B) 335.63º 0.17% 0.75% -
XYZ 41.33 38.85 44.35 -
YUV 170.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 191 159 172 0 0.17 0.10 0.25 335.63 0.2 0.69
Hex BF 9F AC 0 11 A 19 150 14 45
Octal 277 237 254 0 21 12 31 520 24 105
Binary 10111111 10011111 10101100 0 10001 1010 11001 101010000 10100 1000101

Color Harmonies of #BF9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FAC

Black with #BF9FAC

Text Example


Text Example

White with #BF9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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