Html Css Color HEX #BC8EAC Lily

📋 copy color: '#BC8EAC'

red 188 ◦ green 142 ◦ blue 172

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

Shades of Lily #BC8EAC

Tints of Lily #BC8EAC

RGB

 RED value IS 188 (73.83% from 255) = 37.45%

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

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

R = 37.45%
G = 28.29%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC8EAC (or 0xBC8EAC) is known color: Lily. HEX triplet: BC, 8E and AC. RGB value is (188,142,172). Sum of RGB (Red+Green+Blue) = 188+142+172=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8EAC is #437153. Grayscale: #9F9F9F. Windows color (decimal): -4419924 or 11308732. OLE color: 11308732.

HSL color Cylindrical-coordinate representation of color #BC8EAC: hue angle of 320.87º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8EAC is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 142 172 -
CMYK 0 0.24 0.09 0.26
HSL 320.87º 0.26% 0.65% -
HSV(B) 320.87º 0.24% 0.74% -
XYZ 37.86 33.02 43.41 -
YUV 159.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 188 142 172 0 0.24 0.09 0.26 320.87 0.26 0.65
Hex BC 8E AC 0 18 9 1A 141 1A 41
Octal 274 216 254 0 30 11 32 501 32 101
Binary 10111100 10001110 10101100 0 11000 1001 11010 101000001 11010 1000001

Color Harmonies of #BC8EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EAC

Black with #BC8EAC

Text Example


Text Example

White with #BC8EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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