#BB82BA

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

Shades of London Hue #BB82BA

Tints of London Hue #BB82BA

Color information

#BB82BA (or 0xBB82BA) is unknown color: approx London Hue. HEX triplet: BB, 82 and BA. RGB value is (187,130,186). Sum of RGB (Red+Green+Blue) = 187+130+186=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BB82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82BA is #447D45. Grayscale: #999999. Windows color (decimal): -4488518 or 12223163. OLE color: 12223163.

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

Color convert

RGB187130186-
CMYK00.300.010.27
HSL301.05º29.53%62.16%-
HSV(B)301.05º30.48%73.33%-
XYZ37.3430.0850.29-
YUV153.43146.38151.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=37.18%
G=25.84%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713018600.300.010.27301.0529.5362.16
HexBB82BA01E11B12d1e3e
Octal2732022720361334553676
Binary10111011100000101011101001111011101110010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82BA; }

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

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

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

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

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

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

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

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