#BB83AD

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

Shades of London Hue #BB83AD

Tints of London Hue #BB83AD

Color information

#BB83AD (or 0xBB83AD) is unknown color: approx London Hue. HEX triplet: BB, 83 and AD. RGB value is (187,131,173). Sum of RGB (Red+Green+Blue) = 187+131+173=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB83AD is #447C52. Grayscale: #989898. Windows color (decimal): -4488275 or 11371451. OLE color: 11371451.

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

Color convert

RGB187131173-
CMYK00.300.070.27
HSL315º29.17%62.35%-
HSV(B)315º29.95%73.33%-
XYZ36.1529.8143.38-
YUV152.53139.55152.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=38.09%
G=26.68%
B=35.23%

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
Decimal18713117300.300.070.2731529.1762.35
HexBB83AD01E71B13b1d3e
Octal2732032550367334733576
Binary1011101110000011101011010111101111101110011101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83AD; }

 p { color: rgb(187,131,173); }

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

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

 a { background-color: rgb(187,131,173); }

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

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

 span { border-color: rgb(187,131,173); }

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