#BB84AB

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

Shades of London Hue #BB84AB

Tints of London Hue #BB84AB

Color information

#BB84AB (or 0xBB84AB) is unknown color: approx London Hue. HEX triplet: BB, 84 and AB. RGB value is (187,132,171). Sum of RGB (Red+Green+Blue) = 187+132+171=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB84AB is #447B54. Grayscale: #989898. Windows color (decimal): -4488021 or 11240635. OLE color: 11240635.

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

Color convert

RGB187132171-
CMYK00.290.090.27
HSL317.45º28.8%62.55%-
HSV(B)317.45º29.41%73.33%-
XYZ36.130.0142.42-
YUV152.89138.22152.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=38.16%
G=26.94%
B=34.90%

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
Decimal18713217100.290.090.27317.4528.862.55
HexBB84AB01D91B13d1d3f
Octal27320425303511334753577
Binary10111011100001001010101101110110011101110011110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84AB; }

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

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

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

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

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

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

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

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