#BB6890

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

Shades of Hopbush #BB6890

Tints of Hopbush #BB6890

Color information

#BB6890 (or 0xBB6890) is unknown color: approx Hopbush. HEX triplet: BB, 68 and 90. RGB value is (187,104,144). Sum of RGB (Red+Green+Blue) = 187+104+144=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6890 is #44976F. Grayscale: #858585. Windows color (decimal): -4495216 or 9463995. OLE color: 9463995.

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

Color convert

RGB187104144-
CMYK00.440.230.27
HSL331.08º37.9%57.06%-
HSV(B)331.08º44.39%73.33%-
XYZ30.4822.4829.12-
YUV133.38134166.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=42.99%
G=23.91%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710414400.440.230.27331.0837.957.06
HexBB689002C171B14b2639
Octal27315022005427335134671
Binary1011101111010001001000001011001011111011101001011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6890; }

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

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

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

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

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

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

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

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