#BD6898

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

Shades of Hopbush #BD6898

Tints of Hopbush #BD6898

Color information

#BD6898 (or 0xBD6898) is unknown color: approx Hopbush. HEX triplet: BD, 68 and 98. RGB value is (189,104,152). Sum of RGB (Red+Green+Blue) = 189+104+152=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6898 is #429767. Grayscale: #868686. Windows color (decimal): -4364136 or 9988285. OLE color: 9988285.

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

Color convert

RGB189104152-
CMYK00.450.200.26
HSL326.12º39.17%57.45%-
HSV(B)326.12º44.97%74.12%-
XYZ31.622.9932.48-
YUV134.89137.66166.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=42.47%
G=23.37%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910415200.450.200.26326.1239.1757.45
HexBD689802D141A1462739
Octal27515023005524325064771
Binary1011110111010001001100001011011010011010101000110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6898; }

 p { color: rgb(189,104,152); }

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

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

 a { background-color: rgb(189,104,152); }

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

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

 span { border-color: rgb(189,104,152); }

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