#BB88AF

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

Shades of London Hue #BB88AF

Tints of London Hue #BB88AF

Color information

#BB88AF (or 0xBB88AF) is unknown color: approx London Hue. HEX triplet: BB, 88 and AF. RGB value is (187,136,175). Sum of RGB (Red+Green+Blue) = 187+136+175=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB88AF is #447750. Grayscale: #9B9B9B. Windows color (decimal): -4486993 or 11503803. OLE color: 11503803.

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

Color convert

RGB187136175-
CMYK00.270.060.27
HSL314.12º27.27%63.33%-
HSV(B)314.12º27.27%73.33%-
XYZ37.0431.2744.64-
YUV155.7138.9150.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 136 (53.52% from 255) = 27.31%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=37.55%
G=27.31%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713617500.270.060.27314.1227.2763.33
HexBB88AF01B61B13a1b3f
Octal2732102570336334723377
Binary1011101110001000101011110110111101101110011101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88AF; }

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

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

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

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

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

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

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

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