Html Css Color HEX #BF91AC Lily

📋 copy color: '#BF91AC'

red 191 ◦ green 145 ◦ blue 172

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

Shades of Lily #BF91AC

Tints of Lily #BF91AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.54%

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

R = 37.6%
G = 28.54%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF91AC (or 0xBF91AC) is known color: Lily. HEX triplet: BF, 91 and AC. RGB value is (191,145,172). Sum of RGB (Red+Green+Blue) = 191+145+172=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF91AC is #406E53. Grayscale: #A1A1A1. Windows color (decimal): -4222548 or 11309503. OLE color: 11309503.

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

Color convert

RGB 191 145 172 -
CMYK 0 0.24 0.10 0.25
HSL 324.78º 0.26% 0.66% -
HSV(B) 324.78º 0.24% 0.75% -
XYZ 39.06 34.31 43.59 -
YUV 161.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 191 145 172 0 0.24 0.10 0.25 324.78 0.26 0.66
Hex BF 91 AC 0 18 A 19 145 1A 42
Octal 277 221 254 0 30 12 31 505 32 102
Binary 10111111 10010001 10101100 0 11000 1010 11001 101000101 11010 1000010

Color Harmonies of #BF91AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91AC

Black with #BF91AC

Text Example


Text Example

White with #BF91AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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