#BC809E

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

Shades of Bouquet #BC809E

Tints of Bouquet #BC809E

Color information

#BC809E (or 0xBC809E) is unknown color: approx Bouquet. HEX triplet: BC, 80 and 9E. RGB value is (188,128,158). Sum of RGB (Red+Green+Blue) = 188+128+158=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BC809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC809E is #437F61. Grayscale: #959595. Windows color (decimal): -4423522 or 10387644. OLE color: 10387644.

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

Color convert

RGB188128158-
CMYK00.320.160.26
HSL330º30.93%61.96%-
HSV(B)330º31.91%73.73%-
XYZ34.6328.636.04-
YUV149.36132.88155.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 158 (62.11% from 255) = 33.33%
R=39.66%
G=27.00%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812815800.320.160.2633030.9361.96
HexBC809E020101A14a1f3e
Octal27420023604020325123776
Binary1011110010000000100111100100000100001101010100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC809E; }

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

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

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

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

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

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

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

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