#BC506C

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

Shades of Blush #BC506C

Tints of Blush #BC506C

Color information

#BC506C (or 0xBC506C) is unknown color: approx Blush. HEX triplet: BC, 50 and 6C. RGB value is (188,80,108). Sum of RGB (Red+Green+Blue) = 188+80+108=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC506C is #43AF93. Grayscale: #737373. Windows color (decimal): -4435860 or 7098556. OLE color: 7098556.

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

Color convert

RGB18880108-
CMYK00.570.430.26
HSL344.44º44.63%52.55%-
HSV(B)344.44º57.45%73.73%-
XYZ26.3117.5116.18-
YUV115.48123.78179.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=50%
G=21.28%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888010800.570.430.26344.4444.6352.55
HexBC506C0392B1A1582d35
Octal27412015407153325305565
Binary1011110010100001101100011100110101111010101011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC506C; }

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

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

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

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

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

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

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

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