Html Css Color HEX #BF8EAD Lily

📋 copy color: '#BF8EAD'

red 191 ◦ green 142 ◦ blue 173

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

Shades of Lily #BF8EAD

Tints of Lily #BF8EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 37.75%
G = 28.06%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF8EAD (or 0xBF8EAD) is known color: Lily. HEX triplet: BF, 8E and AD. RGB value is (191,142,173). Sum of RGB (Red+Green+Blue) = 191+142+173=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8EAD is #407152. Grayscale: #A0A0A0. Windows color (decimal): -4223315 or 11374271. OLE color: 11374271.

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

Color convert

RGB 191 142 173 -
CMYK 0 0.26 0.09 0.25
HSL 322.04º 0.28% 0.65% -
HSV(B) 322.04º 0.26% 0.75% -
XYZ 38.7 33.44 43.95 -
YUV 160.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 191 142 173 0 0.26 0.09 0.25 322.04 0.28 0.65
Hex BF 8E AD 0 1A 9 19 142 1C 41
Octal 277 216 255 0 32 11 31 502 34 101
Binary 10111111 10001110 10101101 0 11010 1001 11001 101000010 11100 1000001

Color Harmonies of #BF8EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EAD

Black with #BF8EAD

Text Example


Text Example

White with #BF8EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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