#BD688C

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

Shades of Hopbush #BD688C

Tints of Hopbush #BD688C

Color information

#BD688C (or 0xBD688C) is unknown color: approx Hopbush. HEX triplet: BD, 68 and 8C. RGB value is (189,104,140). Sum of RGB (Red+Green+Blue) = 189+104+140=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD688C is #429773. Grayscale: #858585. Windows color (decimal): -4364148 or 9201853. OLE color: 9201853.

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

Color convert

RGB189104140-
CMYK00.450.260.26
HSL334.59º39.17%57.45%-
HSV(B)334.59º44.97%74.12%-
XYZ30.6722.6127.56-
YUV133.52131.66167.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=43.65%
G=24.02%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910414000.450.260.26334.5939.1757.45
HexBD688C02D1A1A14f2739
Octal27515021405532325174771
Binary1011110111010001000110001011011101011010101001111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD688C; }

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

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

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

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

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

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

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

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