#BD6E99

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

Shades of Hopbush #BD6E99

Tints of Hopbush #BD6E99

Color information

#BD6E99 (or 0xBD6E99) is unknown color: approx Hopbush. HEX triplet: BD, 6E and 99. RGB value is (189,110,153). Sum of RGB (Red+Green+Blue) = 189+110+153=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E99 is #429166. Grayscale: #8A8A8A. Windows color (decimal): -4362599 or 10055357. OLE color: 10055357.

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

Color convert

RGB189110153-
CMYK00.420.190.26
HSL327.34º37.44%58.63%-
HSV(B)327.34º41.8%74.12%-
XYZ32.3124.2733.12-
YUV138.52136.17164-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=41.81%
G=24.34%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911015300.420.190.26327.3437.4458.63
HexBD6E9902A131A147253b
Octal27515623105223325074573
Binary1011110111011101001100101010101001111010101000111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E99; }

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

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

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

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

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

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

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

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