#BC7898

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

Shades of Hopbush #BC7898

Tints of Hopbush #BC7898

Color information

#BC7898 (or 0xBC7898) is unknown color: approx Hopbush. HEX triplet: BC, 78 and 98. RGB value is (188,120,152). Sum of RGB (Red+Green+Blue) = 188+120+152=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7898 is #438767. Grayscale: #8F8F8F. Windows color (decimal): -4425576 or 9992380. OLE color: 9992380.

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

Color convert

RGB188120152-
CMYK00.360.190.26
HSL331.76º33.66%60.39%-
HSV(B)331.76º36.17%73.73%-
XYZ33.1226.3933.05-
YUV143.98132.53159.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=40.87%
G=26.09%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812015200.360.190.26331.7633.6660.39
HexBC7898024131A14c223c
Octal27417023004423325144274
Binary1011110011110001001100001001001001111010101001100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7898; }

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

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

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

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

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

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

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

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