#BB81AB

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

Shades of London Hue #BB81AB

Tints of London Hue #BB81AB

Color information

#BB81AB (or 0xBB81AB) is unknown color: approx London Hue. HEX triplet: BB, 81 and AB. RGB value is (187,129,171). Sum of RGB (Red+Green+Blue) = 187+129+171=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB81AB is #447E54. Grayscale: #979797. Windows color (decimal): -4488789 or 11239867. OLE color: 11239867.

HSL color Cylindrical-coordinate representation of color #BB81AB: hue angle of 316.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB81AB is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187129171-
CMYK00.310.090.27
HSL316.55º29.9%61.96%-
HSV(B)316.55º31.02%73.33%-
XYZ35.6929.2142.28-
YUV151.13139.22153.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=38.40%
G=26.49%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712917100.310.090.27316.5529.961.96
HexBB81AB01F91B13d1e3e
Octal27320125303711334753676
Binary10111011100000011010101101111110011101110011110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81AB; }

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

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

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

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

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

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

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

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