#BC79A3

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

Shades of Bouquet #BC79A3

Tints of Bouquet #BC79A3

Color information

#BC79A3 (or 0xBC79A3) is unknown color: approx Bouquet. HEX triplet: BC, 79 and A3. RGB value is (188,121,163). Sum of RGB (Red+Green+Blue) = 188+121+163=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79A3 is #43865C. Grayscale: #919191. Windows color (decimal): -4425309 or 10713532. OLE color: 10713532.

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

Color convert

RGB188121163-
CMYK00.360.130.26
HSL322.39º33.33%60.59%-
HSV(B)322.39º35.64%73.73%-
XYZ34.1927.0138.06-
YUV145.82137.7158.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 121 (47.66% from 255) = 25.64%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=39.83%
G=25.64%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812116300.360.130.26322.3933.3360.59
HexBC79A3024D1A142213d
Octal27417124304415325024175
Binary101111001111001101000110100100110111010101000010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79A3; }

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

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

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

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

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

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

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

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