#BB689E

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

Shades of Hopbush #BB689E

Tints of Hopbush #BB689E

Color information

#BB689E (or 0xBB689E) is unknown color: approx Hopbush. HEX triplet: BB, 68 and 9E. RGB value is (187,104,158). Sum of RGB (Red+Green+Blue) = 187+104+158=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB689E is #449761. Grayscale: #868686. Windows color (decimal): -4495202 or 10381499. OLE color: 10381499.

HSL color Cylindrical-coordinate representation of color #BB689E: hue angle of 320.96º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB689E is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187104158-
CMYK00.440.160.27
HSL320.96º37.9%57.06%-
HSV(B)320.96º44.39%73.33%-
XYZ31.6222.9335.11-
YUV134.97141165.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=41.65%
G=23.16%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710415800.440.160.27320.9637.957.06
HexBB689E02C101B1412639
Octal27315023605420335014671
Binary1011101111010001001111001011001000011011101000001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB689E; }

 p { color: rgb(187,104,158); }

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

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

 a { background-color: rgb(187,104,158); }

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

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

 span { border-color: rgb(187,104,158); }

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