#BC689C

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

Shades of Hopbush #BC689C

Tints of Hopbush #BC689C

Color information

#BC689C (or 0xBC689C) is unknown color: approx Hopbush. HEX triplet: BC, 68 and 9C. RGB value is (188,104,156). Sum of RGB (Red+Green+Blue) = 188+104+156=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC689C is #439763. Grayscale: #868686. Windows color (decimal): -4429668 or 10250428. OLE color: 10250428.

HSL color Cylindrical-coordinate representation of color #BC689C: hue angle of 322.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC689C is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB188104156-
CMYK00.450.170.26
HSL322.86º38.53%57.25%-
HSV(B)322.86º44.68%73.73%-
XYZ31.6922.9934.22-
YUV135.04139.83165.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 156 (61.33% from 255) = 34.82%
R=41.96%
G=23.21%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810415600.450.170.26322.8638.5357.25
HexBC689C02D111A1432739
Octal27415023405521325034771
Binary1011110011010001001110001011011000111010101000011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC689C; }

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

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

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

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

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

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

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

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