#BC789E

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

Shades of Bouquet #BC789E

Tints of Bouquet #BC789E

Color information

#BC789E (or 0xBC789E) is unknown color: approx Bouquet. HEX triplet: BC, 78 and 9E. RGB value is (188,120,158). Sum of RGB (Red+Green+Blue) = 188+120+158=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC789E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC789E is #438761. Grayscale: #909090. Windows color (decimal): -4425570 or 10385596. OLE color: 10385596.

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

Color convert

RGB188120158-
CMYK00.360.160.26
HSL326.47º33.66%60.39%-
HSV(B)326.47º36.17%73.73%-
XYZ33.6326.5935.71-
YUV144.66135.53158.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=40.34%
G=25.75%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812015800.360.160.26326.4733.6660.39
HexBC789E024101A146223c
Octal27417023604420325064274
Binary1011110011110001001111001001001000011010101000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC789E; }

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

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

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

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

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

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

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

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