#BC81A9

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

Shades of Bouquet #BC81A9

Tints of Bouquet #BC81A9

Color information

#BC81A9 (or 0xBC81A9) is unknown color: approx Bouquet. HEX triplet: BC, 81 and A9. RGB value is (188,129,169). Sum of RGB (Red+Green+Blue) = 188+129+169=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC81A9 is #437E56. Grayscale: #979797. Windows color (decimal): -4423255 or 11108796. OLE color: 11108796.

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

Color convert

RGB188129169-
CMYK00.310.100.26
HSL319.32º30.57%62.16%-
HSV(B)319.32º31.38%73.73%-
XYZ35.7529.2641.3-
YUV151.2138.05154.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 169 (66.41% from 255) = 34.77%
R=38.68%
G=26.54%
B=34.77%

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
Decimal18812916900.310.100.26319.3230.5762.16
HexBC81A901FA1A13f1f3e
Octal27420125103712324773776
Binary10111100100000011010100101111110101101010011111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81A9; }

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

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

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

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

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

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

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

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