#BC689D

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

Shades of Hopbush #BC689D

Tints of Hopbush #BC689D

Color information

#BC689D (or 0xBC689D) is unknown color: approx Hopbush. HEX triplet: BC, 68 and 9D. RGB value is (188,104,157). Sum of RGB (Red+Green+Blue) = 188+104+157=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC689D is #439762. Grayscale: #878787. Windows color (decimal): -4429667 or 10315964. OLE color: 10315964.

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

Color convert

RGB188104157-
CMYK00.450.160.26
HSL322.14º38.53%57.25%-
HSV(B)322.14º44.68%73.73%-
XYZ31.7823.0334.67-
YUV135.16140.33165.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=41.87%
G=23.16%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810415700.450.160.26322.1438.5357.25
HexBC689D02D101A1422739
Octal27415023505520325024771
Binary1011110011010001001110101011011000011010101000010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC689D; }

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

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

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

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

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

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

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

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