#BC82A9

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

Shades of Bouquet #BC82A9

Tints of Bouquet #BC82A9

Color information

#BC82A9 (or 0xBC82A9) is unknown color: approx Bouquet. HEX triplet: BC, 82 and A9. RGB value is (188,130,169). Sum of RGB (Red+Green+Blue) = 188+130+169=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC82A9 is #437D56. Grayscale: #979797. Windows color (decimal): -4422999 or 11109052. OLE color: 11109052.

HSL color Cylindrical-coordinate representation of color #BC82A9: hue angle of 319.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC82A9 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188130169-
CMYK00.310.100.26
HSL319.66º30.21%62.35%-
HSV(B)319.66º30.85%73.73%-
XYZ35.8829.5241.34-
YUV151.79137.72153.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=38.60%
G=26.69%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813016900.310.100.26319.6630.2162.35
HexBC82A901FA1A1401e3e
Octal27420225103712325003676
Binary10111100100000101010100101111110101101010100000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82A9; }

 p { color: rgb(188,130,169); }

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

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

 a { background-color: rgb(188,130,169); }

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

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

 span { border-color: rgb(188,130,169); }

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