#BB81AC

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

Shades of London Hue #BB81AC

Tints of London Hue #BB81AC

Color information

#BB81AC (or 0xBB81AC) is unknown color: approx London Hue. HEX triplet: BB, 81 and AC. RGB value is (187,129,172). Sum of RGB (Red+Green+Blue) = 187+129+172=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB81AC is #447E53. Grayscale: #979797. Windows color (decimal): -4488788 or 11305403. OLE color: 11305403.

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

Color convert

RGB187129172-
CMYK00.310.080.27
HSL315.52º29.9%61.96%-
HSV(B)315.52º31.02%73.33%-
XYZ35.7929.2442.79-
YUV151.24139.72153.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=38.32%
G=26.43%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712917200.310.080.27315.5229.961.96
HexBB81AC01F81B13c1e3e
Octal27320125403710334743676
Binary10111011100000011010110001111110001101110011110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81AC; }

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

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

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

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

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

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

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

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