#BB81AD

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

Shades of London Hue #BB81AD

Tints of London Hue #BB81AD

Color information

#BB81AD (or 0xBB81AD) is unknown color: approx London Hue. HEX triplet: BB, 81 and AD. RGB value is (187,129,173). Sum of RGB (Red+Green+Blue) = 187+129+173=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB81AD is #447E52. Grayscale: #979797. Windows color (decimal): -4488787 or 11370939. OLE color: 11370939.

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

Color convert

RGB187129173-
CMYK00.310.070.27
HSL314.48º29.9%61.96%-
HSV(B)314.48º31.02%73.33%-
XYZ35.8929.2843.3-
YUV151.36140.22153.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=38.24%
G=26.38%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712917300.310.070.27314.4829.961.96
HexBB81AD01F71B13a1e3e
Octal2732012550377334723676
Binary1011101110000001101011010111111111101110011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81AD; }

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

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

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

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

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

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

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

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