#BC5068

Color #BC5068 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BC5068

Tints of Blush #BC5068

Color information

#BC5068 (or 0xBC5068) is unknown color: approx Blush. HEX triplet: BC, 50 and 68. RGB value is (188,80,104). Sum of RGB (Red+Green+Blue) = 188+80+104=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5068 is #43AF97. Grayscale: #737373. Windows color (decimal): -4435864 or 6836412. OLE color: 6836412.

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

Color convert

RGB18880104-
CMYK00.570.450.26
HSL346.67º44.63%52.55%-
HSV(B)346.67º57.45%73.73%-
XYZ26.1117.4315.08-
YUV115.03121.78180.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=50.54%
G=21.51%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888010400.570.450.26346.6744.6352.55
HexBC50680392D1A15b2d35
Octal27412015007155325335565
Binary1011110010100001101000011100110110111010101011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5068; }

 p { color: rgb(188,80,104); }

 H1.HeaderClassName
 {
   color: #BC5068;
 }
 .AnyTagClassName
 {
   color: #BC5068;
 }
</style>
background-color css

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

 a { background-color: rgb(188,80,104); }

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

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

 span { border-color: rgb(188,80,104); }

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