#BD689D

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

Shades of Hopbush #BD689D

Tints of Hopbush #BD689D

Color information

#BD689D (or 0xBD689D) is unknown color: approx Hopbush. HEX triplet: BD, 68 and 9D. RGB value is (189,104,157). Sum of RGB (Red+Green+Blue) = 189+104+157=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD689D is #429762. Grayscale: #878787. Windows color (decimal): -4364131 or 10315965. OLE color: 10315965.

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

Color convert

RGB189104157-
CMYK00.450.170.26
HSL322.59º39.17%57.45%-
HSV(B)322.59º44.97%74.12%-
XYZ32.0223.1534.68-
YUV135.46140.16166.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=42%
G=23.11%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910415700.450.170.26322.5939.1757.45
HexBD689D02D111A1432739
Octal27515023505521325034771
Binary1011110111010001001110101011011000111010101000011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD689D; }

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

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

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

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

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

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

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

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