#B988AB

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

Shades of London Hue #B988AB

Tints of London Hue #B988AB

Color information

#B988AB (or 0xB988AB) is unknown color: approx London Hue. HEX triplet: B9, 88 and AB. RGB value is (185,136,171). Sum of RGB (Red+Green+Blue) = 185+136+171=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B988AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988AB is #467754. Grayscale: #9A9A9A. Windows color (decimal): -4618069 or 11241657. OLE color: 11241657.

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

Color convert

RGB185136171-
CMYK00.260.080.27
HSL317.14º25.93%62.94%-
HSV(B)317.14º26.49%72.55%-
XYZ36.1630.8642.58-
YUV154.64137.23149.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=37.60%
G=27.64%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513617100.260.080.27317.1425.9362.94
HexB988AB01A81B13d1a3f
Octal27121025303210334753277
Binary10111001100010001010101101101010001101110011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988AB; }

 p { color: rgb(185,136,171); }

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

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

 a { background-color: rgb(185,136,171); }

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

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

 span { border-color: rgb(185,136,171); }

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