Html Css Color HEX #BF8DA7 Lily

📋 copy color: '#BF8DA7'

red 191 ◦ green 141 ◦ blue 167

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

Shades of Lily #BF8DA7

Tints of Lily #BF8DA7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.26%

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

R = 38.28%
G = 28.26%
B = 33.47%

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

#BF8DA7 (or 0xBF8DA7) is known color: Lily. HEX triplet: BF, 8D and A7. RGB value is (191,141,167). Sum of RGB (Red+Green+Blue) = 191+141+167=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DA7 is #407258. Grayscale: #9E9E9E. Windows color (decimal): -4223577 or 10980799. OLE color: 10980799.

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

Color convert

RGB 191 141 167 -
CMYK 0 0.26 0.13 0.25
HSL 328.8º 0.28% 0.65% -
HSV(B) 328.8º 0.26% 0.75% -
XYZ 37.99 32.92 40.91 -
YUV 158.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 191 141 167 0 0.26 0.13 0.25 328.8 0.28 0.65
Hex BF 8D A7 0 1A D 19 149 1C 41
Octal 277 215 247 0 32 15 31 511 34 101
Binary 10111111 10001101 10100111 0 11010 1101 11001 101001001 11100 1000001

Color Harmonies of #BF8DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8DA7

Black with #BF8DA7

Text Example


Text Example

White with #BF8DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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