Html Css Color HEX #BF8EAE Lily

📋 copy color: '#BF8EAE'

red 191 ◦ green 142 ◦ blue 174

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

Shades of Lily #BF8EAE

Tints of Lily #BF8EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.32%

R = 37.67%
G = 28.01%
B = 34.32%

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

#BF8EAE (or 0xBF8EAE) is known color: Lily. HEX triplet: BF, 8E and AE. RGB value is (191,142,174). Sum of RGB (Red+Green+Blue) = 191+142+174=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8EAE is #407151. Grayscale: #A0A0A0. Windows color (decimal): -4223314 or 11439807. OLE color: 11439807.

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

Color convert

RGB 191 142 174 -
CMYK 0 0.26 0.09 0.25
HSL 320.82º 0.28% 0.65% -
HSV(B) 320.82º 0.26% 0.75% -
XYZ 38.8 33.48 44.46 -
YUV 160.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 191 142 174 0 0.26 0.09 0.25 320.82 0.28 0.65
Hex BF 8E AE 0 1A 9 19 141 1C 41
Octal 277 216 256 0 32 11 31 501 34 101
Binary 10111111 10001110 10101110 0 11010 1001 11001 101000001 11100 1000001

Color Harmonies of #BF8EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EAE

Black with #BF8EAE

Text Example


Text Example

White with #BF8EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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