#BB80BA

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

Shades of London Hue #BB80BA

Tints of London Hue #BB80BA

Color information

#BB80BA (or 0xBB80BA) is unknown color: approx London Hue. HEX triplet: BB, 80 and BA. RGB value is (187,128,186). Sum of RGB (Red+Green+Blue) = 187+128+186=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80BA is #447F45. Grayscale: #989898. Windows color (decimal): -4489030 or 12222651. OLE color: 12222651.

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

Color convert

RGB187128186-
CMYK00.320.010.27
HSL301.02º30.26%61.76%-
HSV(B)301.02º31.55%73.33%-
XYZ37.0829.5550.2-
YUV152.25147.05152.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=37.33%
G=25.55%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712818600.320.010.27301.0230.2661.76
HexBB80BA02011B12d1e3e
Octal2732002720401334553676
Binary101110111000000010111010010000011101110010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80BA; }

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

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

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

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

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

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

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

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