#B988AC

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

Shades of London Hue #B988AC

Tints of London Hue #B988AC

Color information

#B988AC (or 0xB988AC) is unknown color: approx London Hue. HEX triplet: B9, 88 and AC. RGB value is (185,136,172). Sum of RGB (Red+Green+Blue) = 185+136+172=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B988AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988AC is #467753. Grayscale: #9A9A9A. Windows color (decimal): -4618068 or 11307193. OLE color: 11307193.

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

Color convert

RGB185136172-
CMYK00.260.070.27
HSL315.92º25.93%62.94%-
HSV(B)315.92º26.49%72.55%-
XYZ36.2630.943.08-
YUV154.76137.73149.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=37.53%
G=27.59%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513617200.260.070.27315.9225.9362.94
HexB988AC01A71B13c1a3f
Octal2712102540327334743277
Binary1011100110001000101011000110101111101110011110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988AC; }

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

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

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

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

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

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

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

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