Html Css Color HEX #BF91AA Lily

📋 copy color: '#BF91AA'

red 191 ◦ green 145 ◦ blue 170

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

Shades of Lily #BF91AA

Tints of Lily #BF91AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 37.75%
G = 28.66%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF91AA (or 0xBF91AA) is known color: Lily. HEX triplet: BF, 91 and AA. RGB value is (191,145,170). Sum of RGB (Red+Green+Blue) = 191+145+170=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF91AA is #406E55. Grayscale: #A1A1A1. Windows color (decimal): -4222550 or 11178431. OLE color: 11178431.

HSL color Cylindrical-coordinate representation of color #BF91AA: hue angle of 327.39º 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 #BF91AA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 145 170 -
CMYK 0 0.24 0.11 0.25
HSL 327.39º 0.26% 0.66% -
HSV(B) 327.39º 0.24% 0.75% -
XYZ 38.87 34.23 42.59 -
YUV 161.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 191 145 170 0 0.24 0.11 0.25 327.39 0.26 0.66
Hex BF 91 AA 0 18 B 19 147 1A 42
Octal 277 221 252 0 30 13 31 507 32 102
Binary 10111111 10010001 10101010 0 11000 1011 11001 101000111 11010 1000010

Color Harmonies of #BF91AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91AA

Black with #BF91AA

Text Example


Text Example

White with #BF91AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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