#BB84AA

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

Shades of London Hue #BB84AA

Tints of London Hue #BB84AA

Color information

#BB84AA (or 0xBB84AA) is unknown color: approx London Hue. HEX triplet: BB, 84 and AA. RGB value is (187,132,170). Sum of RGB (Red+Green+Blue) = 187+132+170=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB84AA is #447B55. Grayscale: #989898. Windows color (decimal): -4488022 or 11175099. OLE color: 11175099.

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

Color convert

RGB187132170-
CMYK00.290.090.27
HSL318.55º28.8%62.55%-
HSV(B)318.55º29.41%73.33%-
XYZ3629.9741.92-
YUV152.78137.72152.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=38.24%
G=26.99%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713217000.290.090.27318.5528.862.55
HexBB84AA01D91B13f1d3f
Octal27320425203511334773577
Binary10111011100001001010101001110110011101110011111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84AA; }

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

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

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

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

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

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

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

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