Html Css Color HEX #BF91AB Lily

📋 copy color: '#BF91AB'

red 191 ◦ green 145 ◦ blue 171

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

Shades of Lily #BF91AB

Tints of Lily #BF91AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 37.67%
G = 28.6%
B = 33.73%

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

#BF91AB (or 0xBF91AB) is known color: Lily. HEX triplet: BF, 91 and AB. RGB value is (191,145,171). Sum of RGB (Red+Green+Blue) = 191+145+171=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF91AB is #406E54. Grayscale: #A1A1A1. Windows color (decimal): -4222549 or 11243967. OLE color: 11243967.

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

Color convert

RGB 191 145 171 -
CMYK 0 0.24 0.10 0.25
HSL 326.09º 0.26% 0.66% -
HSV(B) 326.09º 0.24% 0.75% -
XYZ 38.96 34.27 43.09 -
YUV 161.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 191 145 171 0 0.24 0.10 0.25 326.09 0.26 0.66
Hex BF 91 AB 0 18 A 19 146 1A 42
Octal 277 221 253 0 30 12 31 506 32 102
Binary 10111111 10010001 10101011 0 11000 1010 11001 101000110 11010 1000010

Color Harmonies of #BF91AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF91AB

Black with #BF91AB

Text Example


Text Example

White with #BF91AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF91AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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