#BB82BE

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

Shades of London Hue #BB82BE

Tints of London Hue #BB82BE

Color information

#BB82BE (or 0xBB82BE) is unknown color: approx London Hue. HEX triplet: BB, 82 and BE. RGB value is (187,130,190). Sum of RGB (Red+Green+Blue) = 187+130+190=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82BE is #447D41. Grayscale: #999999. Windows color (decimal): -4488514 or 12485307. OLE color: 12485307.

HSL color Cylindrical-coordinate representation of color #BB82BE: hue angle of 297º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB82BE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187130190-
CMYK0.020.3200.25
HSL297º31.58%62.75%-
HSV(B)297º31.58%74.51%-
XYZ37.7730.2552.56-
YUV153.88148.38151.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=36.88%
G=25.64%
B=37.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871301900.020.3200.2529731.5862.75
HexBB82BE220019129203f
Octal2732022762400314514077
Binary10111011100000101011111010100000011001100101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82BE; }

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

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

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

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

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

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

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

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