#BC82A5

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

Shades of Bouquet #BC82A5

Tints of Bouquet #BC82A5

Color information

#BC82A5 (or 0xBC82A5) is unknown color: approx Bouquet. HEX triplet: BC, 82 and A5. RGB value is (188,130,165). Sum of RGB (Red+Green+Blue) = 188+130+165=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC82A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC82A5 is #437D5A. Grayscale: #979797. Windows color (decimal): -4423003 or 10846908. OLE color: 10846908.

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

Color convert

RGB188130165-
CMYK00.310.120.26
HSL323.79º30.21%62.35%-
HSV(B)323.79º30.85%73.73%-
XYZ35.5129.3739.4-
YUV151.33135.72154.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 165 (64.84% from 255) = 34.16%
R=38.92%
G=26.92%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813016500.310.120.26323.7930.2162.35
HexBC82A501FC1A1441e3e
Octal27420224503714325043676
Binary10111100100000101010010101111111001101010100010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82A5; }

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

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

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

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

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

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

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

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