#BB80AC

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

Shades of London Hue #BB80AC

Tints of London Hue #BB80AC

Color information

#BB80AC (or 0xBB80AC) is unknown color: approx London Hue. HEX triplet: BB, 80 and AC. RGB value is (187,128,172). Sum of RGB (Red+Green+Blue) = 187+128+172=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB80AC is #447F53. Grayscale: #969696. Windows color (decimal): -4489044 or 11305147. OLE color: 11305147.

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

Color convert

RGB187128172-
CMYK00.320.080.27
HSL315.25º30.26%61.76%-
HSV(B)315.25º31.55%73.33%-
XYZ35.6628.9842.74-
YUV150.66140.05153.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=38.40%
G=26.28%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712817200.320.080.27315.2530.2661.76
HexBB80AC02081B13b1e3e
Octal27320025404010334733676
Binary101110111000000010101100010000010001101110011101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80AC; }

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

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

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

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

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

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

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

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