#BC81A5

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

Shades of Bouquet #BC81A5

Tints of Bouquet #BC81A5

Color information

#BC81A5 (or 0xBC81A5) is unknown color: approx Bouquet. HEX triplet: BC, 81 and A5. RGB value is (188,129,165). Sum of RGB (Red+Green+Blue) = 188+129+165=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BC81A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC81A5 is #437E5A. Grayscale: #969696. Windows color (decimal): -4423259 or 10846652. OLE color: 10846652.

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

Color convert

RGB188129165-
CMYK00.310.120.26
HSL323.39º30.57%62.16%-
HSV(B)323.39º31.38%73.73%-
XYZ35.3829.1139.35-
YUV150.74136.05154.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=39.00%
G=26.76%
B=34.23%

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
Decimal18812916500.310.120.26323.3930.5762.16
HexBC81A501FC1A1431f3e
Octal27420124503714325033776
Binary10111100100000011010010101111111001101010100001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC81A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC81A5; }

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

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

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

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

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

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

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

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