#BD689B

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

Shades of Hopbush #BD689B

Tints of Hopbush #BD689B

Color information

#BD689B (or 0xBD689B) is unknown color: approx Hopbush. HEX triplet: BD, 68 and 9B. RGB value is (189,104,155). Sum of RGB (Red+Green+Blue) = 189+104+155=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD689B is #429764. Grayscale: #878787. Windows color (decimal): -4364133 or 10184893. OLE color: 10184893.

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

Color convert

RGB189104155-
CMYK00.450.180.26
HSL324º39.17%57.45%-
HSV(B)324º44.97%74.12%-
XYZ31.8523.0933.79-
YUV135.23139.16166.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=42.19%
G=23.21%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910415500.450.180.2632439.1757.45
HexBD689B02D121A1442739
Octal27515023305522325044771
Binary1011110111010001001101101011011001011010101000100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD689B; }

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

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

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

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

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

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

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

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