#BC76AC

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

Shades of Bouquet #BC76AC

Tints of Bouquet #BC76AC

Color information

#BC76AC (or 0xBC76AC) is unknown color: approx Bouquet. HEX triplet: BC, 76 and AC. RGB value is (188,118,172). Sum of RGB (Red+Green+Blue) = 188+118+172=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76AC is #438953. Grayscale: #909090. Windows color (decimal): -4426068 or 11302588. OLE color: 11302588.

HSL color Cylindrical-coordinate representation of color #BC76AC: hue angle of 313.71º 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 #BC76AC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188118172-
CMYK00.370.090.26
HSL313.71º34.31%60%-
HSV(B)313.71º37.23%73.73%-
XYZ34.6626.6342.34-
YUV145.09143.19158.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=39.33%
G=24.69%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811817200.370.090.26313.7134.3160
HexBC76AC02591A13a223c
Octal27416625404511324724274
Binary101111001110110101011000100101100111010100111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76AC; }

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

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

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

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

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

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

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

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