#BC809F

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

Shades of Bouquet #BC809F

Tints of Bouquet #BC809F

Color information

#BC809F (or 0xBC809F) is unknown color: approx Bouquet. HEX triplet: BC, 80 and 9F. RGB value is (188,128,159). Sum of RGB (Red+Green+Blue) = 188+128+159=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC809F is #437F60. Grayscale: #959595. Windows color (decimal): -4423521 or 10453180. OLE color: 10453180.

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

Color convert

RGB188128159-
CMYK00.320.150.26
HSL329º30.93%61.96%-
HSV(B)329º31.91%73.73%-
XYZ34.7228.6336.5-
YUV149.47133.38155.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=39.58%
G=26.95%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812815900.320.150.2632930.9361.96
HexBC809F020F1A1491f3e
Octal27420023704017325113776
Binary101111001000000010011111010000011111101010100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC809F; }

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

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

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

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

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

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

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

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