#BD6E90

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

Shades of Hopbush #BD6E90

Tints of Hopbush #BD6E90

Color information

#BD6E90 (or 0xBD6E90) is unknown color: approx Hopbush. HEX triplet: BD, 6E and 90. RGB value is (189,110,144). Sum of RGB (Red+Green+Blue) = 189+110+144=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E90 is #42916F. Grayscale: #898989. Windows color (decimal): -4362608 or 9465533. OLE color: 9465533.

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

Color convert

RGB189110144-
CMYK00.420.240.26
HSL334.18º37.44%58.63%-
HSV(B)334.18º41.8%74.12%-
XYZ31.623.9829.35-
YUV137.5131.67164.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=42.66%
G=24.83%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911014400.420.240.26334.1837.4458.63
HexBD6E9002A181A14e253b
Octal27515622005230325164573
Binary1011110111011101001000001010101100011010101001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E90; }

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

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

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

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

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

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

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

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