#BC626E

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

Shades of Blush #BC626E

Tints of Blush #BC626E

Color information

#BC626E (or 0xBC626E) is unknown color: approx Blush. HEX triplet: BC, 62 and 6E. RGB value is (188,98,110). Sum of RGB (Red+Green+Blue) = 188+98+110=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC626E is #439D91. Grayscale: #7E7E7E. Windows color (decimal): -4431250 or 7234236. OLE color: 7234236.

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

Color convert

RGB18898110-
CMYK00.480.410.26
HSL352º40.18%56.08%-
HSV(B)352º47.87%73.73%-
XYZ27.9220.5517.25-
YUV126.28118.82172.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=47.47%
G=24.75%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889811000.480.410.2635240.1856.08
HexBC626E030291A1602838
Octal27414215606051325405070
Binary1011110011000101101110011000010100111010101100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC626E; }

 p { color: rgb(188,98,110); }

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

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

 a { background-color: rgb(188,98,110); }

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

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

 span { border-color: rgb(188,98,110); }

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