Html Css Color HEX #BFA9B7 Lily

📋 copy color: '#BFA9B7'

red 191 ◦ green 169 ◦ blue 183

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

Shades of Lily #BFA9B7

Tints of Lily #BFA9B7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.12%

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 35.17%
G = 31.12%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BFA9B7 (or 0xBFA9B7) is known color: Lily. HEX triplet: BF, A9 and B7. RGB value is (191,169,183). Sum of RGB (Red+Green+Blue) = 191+169+183=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9B7 is #405648. Grayscale: #B1B1B1. Windows color (decimal): -4216393 or 12036543. OLE color: 12036543.

HSL color Cylindrical-coordinate representation of color #BFA9B7: hue angle of 321.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFA9B7 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 169 183 -
CMYK 0 0.12 0.04 0.25
HSL 321.82º 0.15% 0.71% -
HSV(B) 321.82º 0.12% 0.75% -
XYZ 44.22 42.87 50.74 -
YUV 177.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 191 169 183 0 0.12 0.04 0.25 321.82 0.15 0.71
Hex BF A9 B7 0 C 4 19 142 F 47
Octal 277 251 267 0 14 4 31 502 17 107
Binary 10111111 10101001 10110111 0 1100 100 11001 101000010 1111 1000111

Color Harmonies of #BFA9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA9B7

Black with #BFA9B7

Text Example


Text Example

White with #BFA9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA9B7; }

 p { color: rgb(191,169,183); }

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

background-color css

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

 a { background-color: rgb(191,169,183); }

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

border-color css

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

 span { border-color: rgb(191,169,183); }

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