#bc6668

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

Shades of Blush #BC6668

Tints of Blush #BC6668

Color information

#BC6668 (or 0xBC6668) is unknown color: approx Blush. HEX triplet: BC, 66 and 68. RGB value is (188,102,104). Sum of RGB (Red+Green+Blue) = 188+102+104=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6668 is #439997. Grayscale: #808080. Windows color (decimal): -4430232 or 6842044. OLE color: 6842044.

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

Color convert

RGB188102104-
CMYK00.460.450.26
HSL358.6º39.09%56.86%-
HSV(B)358.6º45.74%73.73%-
XYZ27.9921.1915.71-
YUV127.94114.49170.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=47.72%
G=25.89%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810210400.460.450.26358.639.0956.86
HexBC666802E2D1A1672739
Octal27414615005655325474771
Binary1011110011001101101000010111010110111010101100111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6668; }

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

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

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

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

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

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

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

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