#BC606C

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

Shades of Blush #BC606C

Tints of Blush #BC606C

Color information

#BC606C (or 0xBC606C) is unknown color: approx Blush. HEX triplet: BC, 60 and 6C. RGB value is (188,96,108). Sum of RGB (Red+Green+Blue) = 188+96+108=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC606C is #439F93. Grayscale: #7C7C7C. Windows color (decimal): -4431764 or 7102652. OLE color: 7102652.

HSL color Cylindrical-coordinate representation of color #BC606C: hue angle of 352.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC606C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB18896108-
CMYK00.490.430.26
HSL352.17º40.71%55.69%-
HSV(B)352.17º48.94%73.73%-
XYZ27.6320.1416.62-
YUV124.88118.48173.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=47.96%
G=24.49%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889610800.490.430.26352.1740.7155.69
HexBC606C0312B1A1602938
Octal27414015406153325405170
Binary1011110011000001101100011000110101111010101100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC606C; }

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

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

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

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

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

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

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

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