Html Css Color HEX #BC93A7 Lily

📋 copy color: '#BC93A7'

red 188 ◦ green 147 ◦ blue 167

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

Shades of Lily #BC93A7

Tints of Lily #BC93A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.27%

R = 37.45%
G = 29.28%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC93A7 (or 0xBC93A7) is known color: Lily. HEX triplet: BC, 93 and A7. RGB value is (188,147,167). Sum of RGB (Red+Green+Blue) = 188+147+167=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93A7 is #436C58. Grayscale: #A1A1A1. Windows color (decimal): -4418649 or 10982332. OLE color: 10982332.

HSL color Cylindrical-coordinate representation of color #BC93A7: hue angle of 330.73º 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 #BC93A7 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 147 167 -
CMYK 0 0.22 0.11 0.26
HSL 330.73º 0.23% 0.66% -
HSV(B) 330.73º 0.22% 0.74% -
XYZ 38.15 34.35 41.18 -
YUV 161.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 188 147 167 0 0.22 0.11 0.26 330.73 0.23 0.66
Hex BC 93 A7 0 16 B 1A 14B 17 42
Octal 274 223 247 0 26 13 32 513 27 102
Binary 10111100 10010011 10100111 0 10110 1011 11010 101001011 10111 1000010

Color Harmonies of #BC93A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93A7

Black with #BC93A7

Text Example


Text Example

White with #BC93A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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