Html Css Color HEX #BC91AC Lily

📋 copy color: '#BC91AC'

red 188 ◦ green 145 ◦ blue 172

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

Shades of Lily #BC91AC

Tints of Lily #BC91AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.71%

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

R = 37.23%
G = 28.71%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC91AC (or 0xBC91AC) is known color: Lily. HEX triplet: BC, 91 and AC. RGB value is (188,145,172). Sum of RGB (Red+Green+Blue) = 188+145+172=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91AC is #436E53. Grayscale: #A0A0A0. Windows color (decimal): -4419156 or 11309500. OLE color: 11309500.

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

Color convert

RGB 188 145 172 -
CMYK 0 0.23 0.09 0.26
HSL 322.33º 0.24% 0.65% -
HSV(B) 322.33º 0.23% 0.74% -
XYZ 38.31 33.92 43.56 -
YUV 160.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 188 145 172 0 0.23 0.09 0.26 322.33 0.24 0.65
Hex BC 91 AC 0 17 9 1A 142 18 41
Octal 274 221 254 0 27 11 32 502 30 101
Binary 10111100 10010001 10101100 0 10111 1001 11010 101000010 11000 1000001

Color Harmonies of #BC91AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91AC

Black with #BC91AC

Text Example


Text Example

White with #BC91AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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