Html Css Color HEX #BF8EAC Lily

📋 copy color: '#BF8EAC'

red 191 ◦ green 142 ◦ blue 172

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

Shades of Lily #BF8EAC

Tints of Lily #BF8EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 37.82%
G = 28.12%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF8EAC (or 0xBF8EAC) is known color: Lily. HEX triplet: BF, 8E and AC. RGB value is (191,142,172). Sum of RGB (Red+Green+Blue) = 191+142+172=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8EAC is #407153. Grayscale: #A0A0A0. Windows color (decimal): -4223316 or 11308735. OLE color: 11308735.

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

Color convert

RGB 191 142 172 -
CMYK 0 0.26 0.10 0.25
HSL 323.27º 0.28% 0.65% -
HSV(B) 323.27º 0.26% 0.75% -
XYZ 38.61 33.4 43.44 -
YUV 160.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 191 142 172 0 0.26 0.10 0.25 323.27 0.28 0.65
Hex BF 8E AC 0 1A A 19 143 1C 41
Octal 277 216 254 0 32 12 31 503 34 101
Binary 10111111 10001110 10101100 0 11010 1010 11001 101000011 11100 1000001

Color Harmonies of #BF8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EAC

Black with #BF8EAC

Text Example


Text Example

White with #BF8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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