Html Css Color HEX #BF8BA7 Lily

📋 copy color: '#BF8BA7'

red 191 ◦ green 139 ◦ blue 167

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

Shades of Lily #BF8BA7

Tints of Lily #BF8BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.97%

 BLUE value IS 167 (65.63% from 255) = 33.6%

R = 38.43%
G = 27.97%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF8BA7 (or 0xBF8BA7) is known color: Lily. HEX triplet: BF, 8B and A7. RGB value is (191,139,167). Sum of RGB (Red+Green+Blue) = 191+139+167=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BA7 is #407458. Grayscale: #9D9D9D. Windows color (decimal): -4224089 or 10980287. OLE color: 10980287.

HSL color Cylindrical-coordinate representation of color #BF8BA7: hue angle of 327.69º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8BA7 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 139 167 -
CMYK 0 0.27 0.13 0.25
HSL 327.69º 0.29% 0.65% -
HSV(B) 327.69º 0.27% 0.75% -
XYZ 37.69 32.33 40.81 -
YUV 157.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 191 139 167 0 0.27 0.13 0.25 327.69 0.29 0.65
Hex BF 8B A7 0 1B D 19 148 1D 41
Octal 277 213 247 0 33 15 31 510 35 101
Binary 10111111 10001011 10100111 0 11011 1101 11001 101001000 11101 1000001

Color Harmonies of #BF8BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BA7

Black with #BF8BA7

Text Example


Text Example

White with #BF8BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BA7; }

 p { color: rgb(191,139,167); }

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

background-color css

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

 a { background-color: rgb(191,139,167); }

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

border-color css

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

 span { border-color: rgb(191,139,167); }

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