#BC79AC

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

Shades of Bouquet #BC79AC

Tints of Bouquet #BC79AC

Color information

#BC79AC (or 0xBC79AC) is unknown color: approx Bouquet. HEX triplet: BC, 79 and AC. RGB value is (188,121,172). Sum of RGB (Red+Green+Blue) = 188+121+172=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79AC is #438653. Grayscale: #929292. Windows color (decimal): -4425300 or 11303356. OLE color: 11303356.

HSL color Cylindrical-coordinate representation of color #BC79AC: hue angle of 314.33º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC79AC is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188121172-
CMYK00.360.090.26
HSL314.33º33.33%60.59%-
HSV(B)314.33º35.64%73.73%-
XYZ35.0227.3442.46-
YUV146.85142.2157.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=39.09%
G=25.16%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812117200.360.090.26314.3333.3360.59
HexBC79AC02491A13a213d
Octal27417125404411324724175
Binary101111001111001101011000100100100111010100111010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79AC; }

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

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

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

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

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

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

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

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