#BD6999

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

Shades of Hopbush #BD6999

Tints of Hopbush #BD6999

Color information

#BD6999 (or 0xBD6999) is unknown color: approx Hopbush. HEX triplet: BD, 69 and 99. RGB value is (189,105,153). Sum of RGB (Red+Green+Blue) = 189+105+153=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6999 is #429666. Grayscale: #878787. Windows color (decimal): -4363879 or 10054077. OLE color: 10054077.

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

Color convert

RGB189105153-
CMYK00.440.190.26
HSL325.71º38.89%57.65%-
HSV(B)325.71º44.44%74.12%-
XYZ31.7923.2232.94-
YUV135.59137.83166.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=42.28%
G=23.49%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910515300.440.190.26325.7138.8957.65
HexBD699902C131A146273a
Octal27515123105423325064772
Binary1011110111010011001100101011001001111010101000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6999; }

 p { color: rgb(189,105,153); }

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

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

 a { background-color: rgb(189,105,153); }

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

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

 span { border-color: rgb(189,105,153); }

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