Html Css Color HEX #BC93AC Lily

📋 copy color: '#BC93AC'

red 188 ◦ green 147 ◦ blue 172

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

Shades of Lily #BC93AC

Tints of Lily #BC93AC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.99%

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

R = 37.08%
G = 28.99%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC93AC (or 0xBC93AC) is known color: Lily. HEX triplet: BC, 93 and AC. RGB value is (188,147,172). Sum of RGB (Red+Green+Blue) = 188+147+172=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93AC is #436C53. Grayscale: #A2A2A2. Windows color (decimal): -4418644 or 11310012. OLE color: 11310012.

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

Color convert

RGB 188 147 172 -
CMYK 0 0.22 0.09 0.26
HSL 323.41º 0.23% 0.66% -
HSV(B) 323.41º 0.22% 0.74% -
XYZ 38.62 34.54 43.66 -
YUV 162.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 188 147 172 0 0.22 0.09 0.26 323.41 0.23 0.66
Hex BC 93 AC 0 16 9 1A 143 17 42
Octal 274 223 254 0 26 11 32 503 27 102
Binary 10111100 10010011 10101100 0 10110 1001 11010 101000011 10111 1000010

Color Harmonies of #BC93AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93AC

Black with #BC93AC

Text Example


Text Example

White with #BC93AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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