#BC79AA

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

Shades of Bouquet #BC79AA

Tints of Bouquet #BC79AA

Color information

#BC79AA (or 0xBC79AA) is unknown color: approx Bouquet. HEX triplet: BC, 79 and AA. RGB value is (188,121,170). Sum of RGB (Red+Green+Blue) = 188+121+170=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC79AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC79AA is #438655. Grayscale: #929292. Windows color (decimal): -4425302 or 11172284. OLE color: 11172284.

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

Color convert

RGB188121170-
CMYK00.360.100.26
HSL316.12º33.33%60.59%-
HSV(B)316.12º35.64%73.73%-
XYZ34.8327.2741.46-
YUV146.62141.2157.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=39.25%
G=25.26%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812117000.360.100.26316.1233.3360.59
HexBC79AA024A1A13c213d
Octal27417125204412324744175
Binary101111001111001101010100100100101011010100111100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79AA; }

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

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

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

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

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

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

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

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