Html Css Color HEX #BC8FAC Lily

📋 copy color: '#BC8FAC'

red 188 ◦ green 143 ◦ blue 172

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

Shades of Lily #BC8FAC

Tints of Lily #BC8FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.43%

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

R = 37.38%
G = 28.43%
B = 34.19%

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

#BC8FAC (or 0xBC8FAC) is known color: Lily. HEX triplet: BC, 8F and AC. RGB value is (188,143,172). Sum of RGB (Red+Green+Blue) = 188+143+172=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FAC is #437053. Grayscale: #9F9F9F. Windows color (decimal): -4419668 or 11308988. OLE color: 11308988.

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

Color convert

RGB 188 143 172 -
CMYK 0 0.24 0.09 0.26
HSL 321.33º 0.25% 0.65% -
HSV(B) 321.33º 0.24% 0.74% -
XYZ 38.01 33.31 43.46 -
YUV 159.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 188 143 172 0 0.24 0.09 0.26 321.33 0.25 0.65
Hex BC 8F AC 0 18 9 1A 141 19 41
Octal 274 217 254 0 30 11 32 501 31 101
Binary 10111100 10001111 10101100 0 11000 1001 11010 101000001 11001 1000001

Color Harmonies of #BC8FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FAC

Black with #BC8FAC

Text Example


Text Example

White with #BC8FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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