#BC76A6

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

Shades of Bouquet #BC76A6

Tints of Bouquet #BC76A6

Color information

#BC76A6 (or 0xBC76A6) is unknown color: approx Bouquet. HEX triplet: BC, 76 and A6. RGB value is (188,118,166). Sum of RGB (Red+Green+Blue) = 188+118+166=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76A6 is #438959. Grayscale: #909090. Windows color (decimal): -4426074 or 10909372. OLE color: 10909372.

HSL color Cylindrical-coordinate representation of color #BC76A6: hue angle of 318.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC76A6 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188118166-
CMYK00.370.120.26
HSL318.86º34.31%60%-
HSV(B)318.86º37.23%73.73%-
XYZ34.126.439.38-
YUV144.4140.19159.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=39.83%
G=25%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811816600.370.120.26318.8634.3160
HexBC76A6025C1A13f223c
Octal27416624604514324774274
Binary101111001110110101001100100101110011010100111111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76A6; }

 p { color: rgb(188,118,166); }

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

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

 a { background-color: rgb(188,118,166); }

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

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

 span { border-color: rgb(188,118,166); }

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