#BC76AA

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

Shades of Bouquet #BC76AA

Tints of Bouquet #BC76AA

Color information

#BC76AA (or 0xBC76AA) is unknown color: approx Bouquet. HEX triplet: BC, 76 and AA. RGB value is (188,118,170). Sum of RGB (Red+Green+Blue) = 188+118+170=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC76AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC76AA is #438955. Grayscale: #909090. Windows color (decimal): -4426070 or 11171516. OLE color: 11171516.

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

Color convert

RGB188118170-
CMYK00.370.100.26
HSL315.43º34.31%60%-
HSV(B)315.43º37.23%73.73%-
XYZ34.4726.5541.34-
YUV144.86142.19158.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=39.50%
G=24.79%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811817000.370.100.26315.4334.3160
HexBC76AA025A1A13b223c
Octal27416625204512324734274
Binary101111001110110101010100100101101011010100111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76AA; }

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

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

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

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

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

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

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

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