#BB689B

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

Shades of Hopbush #BB689B

Tints of Hopbush #BB689B

Color information

#BB689B (or 0xBB689B) is unknown color: approx Hopbush. HEX triplet: BB, 68 and 9B. RGB value is (187,104,155). Sum of RGB (Red+Green+Blue) = 187+104+155=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB689B is #449764. Grayscale: #868686. Windows color (decimal): -4495205 or 10184891. OLE color: 10184891.

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

Color convert

RGB187104155-
CMYK00.440.170.27
HSL323.13º37.9%57.06%-
HSV(B)323.13º44.39%73.33%-
XYZ31.3622.8333.76-
YUV134.63139.5165.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=41.93%
G=23.32%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710415500.440.170.27323.1337.957.06
HexBB689B02C111B1432639
Octal27315023305421335034671
Binary1011101111010001001101101011001000111011101000011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB689B; }

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

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

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

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

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

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

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

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