#BC6468

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

Shades of Blush #BC6468

Tints of Blush #BC6468

Color information

#BC6468 (or 0xBC6468) is unknown color: approx Blush. HEX triplet: BC, 64 and 68. RGB value is (188,100,104). Sum of RGB (Red+Green+Blue) = 188+100+104=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6468 is #439B97. Grayscale: #7E7E7E. Windows color (decimal): -4430744 or 6841532. OLE color: 6841532.

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

Color convert

RGB188100104-
CMYK00.470.450.26
HSL357.27º39.64%56.47%-
HSV(B)357.27º46.81%73.73%-
XYZ27.7920.8115.65-
YUV126.77115.15171.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=47.96%
G=25.51%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810010400.470.450.26357.2739.6456.47
HexBC646802F2D1A1652838
Octal27414415005755325455070
Binary1011110011001001101000010111110110111010101100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6468; }

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

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

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

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

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

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

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

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