#BD688E

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

Shades of Hopbush #BD688E

Tints of Hopbush #BD688E

Color information

#BD688E (or 0xBD688E) is unknown color: approx Hopbush. HEX triplet: BD, 68 and 8E. RGB value is (189,104,142). Sum of RGB (Red+Green+Blue) = 189+104+142=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD688E is #429771. Grayscale: #858585. Windows color (decimal): -4364146 or 9332925. OLE color: 9332925.

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

Color convert

RGB189104142-
CMYK00.450.250.26
HSL333.18º39.17%57.45%-
HSV(B)333.18º44.97%74.12%-
XYZ30.8222.6728.34-
YUV133.75132.66167.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=43.45%
G=23.91%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910414200.450.250.26333.1839.1757.45
HexBD688E02D191A14d2739
Octal27515021605531325154771
Binary1011110111010001000111001011011100111010101001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD688E; }

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

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

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

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

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

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

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

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