#BB84B9

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

Shades of London Hue #BB84B9

Tints of London Hue #BB84B9

Color information

#BB84B9 (or 0xBB84B9) is unknown color: approx London Hue. HEX triplet: BB, 84 and B9. RGB value is (187,132,185). Sum of RGB (Red+Green+Blue) = 187+132+185=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84B9 is #447B46. Grayscale: #9A9A9A. Windows color (decimal): -4488007 or 12158139. OLE color: 12158139.

HSL color Cylindrical-coordinate representation of color #BB84B9: hue angle of 302.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB84B9 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187132185-
CMYK00.290.010.27
HSL302.18º28.8%62.55%-
HSV(B)302.18º29.41%73.33%-
XYZ37.530.5749.82-
YUV154.49145.22151.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=37.10%
G=26.19%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713218500.290.010.27302.1828.862.55
HexBB84B901D11B12e1d3f
Octal2732042710351334563577
Binary10111011100001001011100101110111101110010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84B9; }

 p { color: rgb(187,132,185); }

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

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

 a { background-color: rgb(187,132,185); }

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

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

 span { border-color: rgb(187,132,185); }

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