#B988BA

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

Shades of London Hue #B988BA

Tints of London Hue #B988BA

Color information

#B988BA (or 0xB988BA) is unknown color: approx London Hue. HEX triplet: B9, 88 and BA. RGB value is (185,136,186). Sum of RGB (Red+Green+Blue) = 185+136+186=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #B988BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988BA is #467745. Grayscale: #9C9C9C. Windows color (decimal): -4618054 or 12224697. OLE color: 12224697.

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

Color convert

RGB185136186-
CMYK0.010.2700.27
HSL298.8º26.6%63.14%-
HSV(B)298.8º26.88%72.94%-
XYZ37.6731.4750.54-
YUV156.35144.73148.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=36.49%
G=26.82%
B=36.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851361860.010.2700.27298.826.663.14
HexB988BA11B01B12b1b3f
Octal2712102721330334533377
Binary10111001100010001011101011101101101110010101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988BA; }

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

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

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

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

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

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

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

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