#BC809D

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

Shades of Bouquet #BC809D

Tints of Bouquet #BC809D

Color information

#BC809D (or 0xBC809D) is unknown color: approx Bouquet. HEX triplet: BC, 80 and 9D. RGB value is (188,128,157). Sum of RGB (Red+Green+Blue) = 188+128+157=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC809D is #437F62. Grayscale: #959595. Windows color (decimal): -4423523 or 10322108. OLE color: 10322108.

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

Color convert

RGB188128157-
CMYK00.320.160.26
HSL331º30.93%61.96%-
HSV(B)331º31.91%73.73%-
XYZ34.5428.5635.59-
YUV149.25132.38155.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 157 (61.72% from 255) = 33.19%
R=39.75%
G=27.06%
B=33.19%

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
Decimal18812815700.320.160.2633130.9361.96
HexBC809D020101A14b1f3e
Octal27420023504020325133776
Binary1011110010000000100111010100000100001101010100101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC809D; }

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

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

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

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

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

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

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

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