#BB83AF

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

Shades of London Hue #BB83AF

Tints of London Hue #BB83AF

Color information

#BB83AF (or 0xBB83AF) is unknown color: approx London Hue. HEX triplet: BB, 83 and AF. RGB value is (187,131,175). Sum of RGB (Red+Green+Blue) = 187+131+175=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB83AF is #447C50. Grayscale: #989898. Windows color (decimal): -4488273 or 11502523. OLE color: 11502523.

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

Color convert

RGB187131175-
CMYK00.300.060.27
HSL312.86º29.17%62.35%-
HSV(B)312.86º29.95%73.33%-
XYZ36.3529.8944.41-
YUV152.76140.55152.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 175 (68.75% from 255) = 35.50%
R=37.93%
G=26.57%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713117500.300.060.27312.8629.1762.35
HexBB83AF01E61B1391d3e
Octal2732032570366334713576
Binary1011101110000011101011110111101101101110011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB83AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB83AF; }

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

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

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

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

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

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

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

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