#BC819E

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

Shades of Bouquet #BC819E

Tints of Bouquet #BC819E

Color information

#BC819E (or 0xBC819E) is unknown color: approx Bouquet. HEX triplet: BC, 81 and 9E. RGB value is (188,129,158). Sum of RGB (Red+Green+Blue) = 188+129+158=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC819E is #437E61. Grayscale: #959595. Windows color (decimal): -4423266 or 10387900. OLE color: 10387900.

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

Color convert

RGB188129158-
CMYK00.310.160.26
HSL330.51º30.57%62.16%-
HSV(B)330.51º31.38%73.73%-
XYZ34.7628.8636.09-
YUV149.95132.55155.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=39.58%
G=27.16%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812915800.310.160.26330.5130.5762.16
HexBC819E01F101A14b1f3e
Octal27420123603720325133776
Binary101111001000000110011110011111100001101010100101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC819E; }

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

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

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

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

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

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

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

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