#BD7998

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

Shades of Hopbush #BD7998

Tints of Hopbush #BD7998

Color information

#BD7998 (or 0xBD7998) is unknown color: approx Hopbush. HEX triplet: BD, 79 and 98. RGB value is (189,121,152). Sum of RGB (Red+Green+Blue) = 189+121+152=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7998 is #428667. Grayscale: #909090. Windows color (decimal): -4359784 or 9992637. OLE color: 9992637.

HSL color Cylindrical-coordinate representation of color #BD7998: hue angle of 332.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD7998 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189121152-
CMYK00.360.200.26
HSL332.65º34%60.78%-
HSV(B)332.65º35.98%74.12%-
XYZ33.4926.7633.11-
YUV144.87132.03159.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 152 (59.77% from 255) = 32.90%
R=40.91%
G=26.19%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912115200.360.200.26332.653460.78
HexBD7998024141A14d223d
Octal27517123004424325154275
Binary1011110111110011001100001001001010011010101001101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7998; }

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

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

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

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

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

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

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

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