Html Css Color HEX #BF8EA7 Lily

📋 copy color: '#BF8EA7'

red 191 ◦ green 142 ◦ blue 167

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

Shades of Lily #BF8EA7

Tints of Lily #BF8EA7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.4%

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

R = 38.2%
G = 28.4%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF8EA7 (or 0xBF8EA7) is known color: Lily. HEX triplet: BF, 8E and A7. RGB value is (191,142,167). Sum of RGB (Red+Green+Blue) = 191+142+167=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8EA7 is #407158. Grayscale: #9F9F9F. Windows color (decimal): -4223321 or 10981055. OLE color: 10981055.

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

Color convert

RGB 191 142 167 -
CMYK 0 0.26 0.13 0.25
HSL 329.39º 0.28% 0.65% -
HSV(B) 329.39º 0.26% 0.75% -
XYZ 38.13 33.21 40.96 -
YUV 159.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 191 142 167 0 0.26 0.13 0.25 329.39 0.28 0.65
Hex BF 8E A7 0 1A D 19 149 1C 41
Octal 277 216 247 0 32 15 31 511 34 101
Binary 10111111 10001110 10100111 0 11010 1101 11001 101001001 11100 1000001

Color Harmonies of #BF8EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EA7

Black with #BF8EA7

Text Example


Text Example

White with #BF8EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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