#BC698F

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

Shades of Hopbush #BC698F

Tints of Hopbush #BC698F

Color information

#BC698F (or 0xBC698F) is unknown color: approx Hopbush. HEX triplet: BC, 69 and 8F. RGB value is (188,105,143). Sum of RGB (Red+Green+Blue) = 188+105+143=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC698F is #439670. Grayscale: #868686. Windows color (decimal): -4429425 or 9398716. OLE color: 9398716.

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

Color convert

RGB188105143-
CMYK00.440.240.26
HSL332.53º38.25%57.45%-
HSV(B)332.53º44.15%73.73%-
XYZ30.7522.7828.76-
YUV134.15133166.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=43.12%
G=24.08%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810514300.440.240.26332.5338.2557.45
HexBC698F02C181A14d2639
Octal27415121705430325154671
Binary1011110011010011000111101011001100011010101001101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC698F; }

 p { color: rgb(188,105,143); }

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

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

 a { background-color: rgb(188,105,143); }

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

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

 span { border-color: rgb(188,105,143); }

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