Html Css Color HEX #BC8CA8 Lily

📋 copy color: '#BC8CA8'

red 188 ◦ green 140 ◦ blue 168

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

Shades of Lily #BC8CA8

Tints of Lily #BC8CA8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.23%

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 37.9%
G = 28.23%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC8CA8 (or 0xBC8CA8) is known color: Lily. HEX triplet: BC, 8C and A8. RGB value is (188,140,168). Sum of RGB (Red+Green+Blue) = 188+140+168=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CA8 is #437357. Grayscale: #9D9D9D. Windows color (decimal): -4420440 or 11046076. OLE color: 11046076.

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

Color convert

RGB 188 140 168 -
CMYK 0 0.26 0.11 0.26
HSL 325º 0.26% 0.64% -
HSV(B) 325º 0.26% 0.74% -
XYZ 37.19 32.27 41.32 -
YUV 157.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 188 140 168 0 0.26 0.11 0.26 325 0.26 0.64
Hex BC 8C A8 0 1A B 1A 145 1A 40
Octal 274 214 250 0 32 13 32 505 32 100
Binary 10111100 10001100 10101000 0 11010 1011 11010 101000101 11010 1000000

Color Harmonies of #BC8CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CA8

Black with #BC8CA8

Text Example


Text Example

White with #BC8CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CA8; }

 p { color: rgb(188,140,168); }

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

background-color css

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

 a { background-color: rgb(188,140,168); }

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

border-color css

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

 span { border-color: rgb(188,140,168); }

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