#BC79A1

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

Shades of Bouquet #BC79A1

Tints of Bouquet #BC79A1

Color information

#BC79A1 (or 0xBC79A1) is unknown color: approx Bouquet. HEX triplet: BC, 79 and A1. RGB value is (188,121,161). Sum of RGB (Red+Green+Blue) = 188+121+161=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79A1 is #43865E. Grayscale: #919191. Windows color (decimal): -4425311 or 10582460. OLE color: 10582460.

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

Color convert

RGB188121161-
CMYK00.360.140.26
HSL324.18º33.33%60.59%-
HSV(B)324.18º35.64%73.73%-
XYZ34.0126.9437.13-
YUV145.59136.7158.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=40%
G=25.74%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812116100.360.140.26324.1833.3360.59
HexBC79A1024E1A144213d
Octal27417124104416325044175
Binary101111001111001101000010100100111011010101000100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79A1; }

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

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

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

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

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

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

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

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