#BB82AE

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

Shades of London Hue #BB82AE

Tints of London Hue #BB82AE

Color information

#BB82AE (or 0xBB82AE) is unknown color: approx London Hue. HEX triplet: BB, 82 and AE. RGB value is (187,130,174). Sum of RGB (Red+Green+Blue) = 187+130+174=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB82AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB82AE is #447D51. Grayscale: #979797. Windows color (decimal): -4488530 or 11436731. OLE color: 11436731.

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

Color convert

RGB187130174-
CMYK00.300.070.27
HSL313.68º29.53%62.16%-
HSV(B)313.68º30.48%73.33%-
XYZ36.1229.5943.85-
YUV152.06140.38152.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=38.09%
G=26.48%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713017400.300.070.27313.6829.5362.16
HexBB82AE01E71B13a1e3e
Octal2732022560367334723676
Binary1011101110000010101011100111101111101110011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82AE; }

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

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

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

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

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

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

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

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