#BB84AC

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

Shades of London Hue #BB84AC

Tints of London Hue #BB84AC

Color information

#BB84AC (or 0xBB84AC) is unknown color: approx London Hue. HEX triplet: BB, 84 and AC. RGB value is (187,132,172). Sum of RGB (Red+Green+Blue) = 187+132+172=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB84AC is #447B53. Grayscale: #989898. Windows color (decimal): -4488020 or 11306171. OLE color: 11306171.

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

Color convert

RGB187132172-
CMYK00.290.080.27
HSL316.36º28.8%62.55%-
HSV(B)316.36º29.41%73.33%-
XYZ36.1930.0542.92-
YUV153138.72152.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=38.09%
G=26.88%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713217200.290.080.27316.3628.862.55
HexBB84AC01D81B13c1d3f
Octal27320425403510334743577
Binary10111011100001001010110001110110001101110011110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84AC; }

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

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

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

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

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

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

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

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