#BC789C

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

Shades of Bouquet #BC789C

Tints of Bouquet #BC789C

Color information

#BC789C (or 0xBC789C) is unknown color: approx Bouquet. HEX triplet: BC, 78 and 9C. RGB value is (188,120,156). Sum of RGB (Red+Green+Blue) = 188+120+156=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC789C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC789C is #438763. Grayscale: #909090. Windows color (decimal): -4425572 or 10254524. OLE color: 10254524.

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

Color convert

RGB188120156-
CMYK00.360.170.26
HSL328.24º33.66%60.39%-
HSV(B)328.24º36.17%73.73%-
XYZ33.4626.5234.81-
YUV144.44134.53159.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=40.52%
G=25.86%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812015600.360.170.26328.2433.6660.39
HexBC789C024111A148223c
Octal27417023404421325104274
Binary1011110011110001001110001001001000111010101001000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC789C; }

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

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

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

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

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

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

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

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