#B988BC

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

Shades of London Hue #B988BC

Tints of London Hue #B988BC

Color information

#B988BC (or 0xB988BC) is unknown color: approx London Hue. HEX triplet: B9, 88 and BC. RGB value is (185,136,188). Sum of RGB (Red+Green+Blue) = 185+136+188=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #B988BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988BC is #467743. Grayscale: #9C9C9C. Windows color (decimal): -4618052 or 12355769. OLE color: 12355769.

HSL color Cylindrical-coordinate representation of color #B988BC: hue angle of 296.54º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B988BC is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185136188-
CMYK0.020.2800.26
HSL296.54º27.96%63.53%-
HSV(B)296.54º27.66%73.73%-
XYZ37.8931.5551.67-
YUV156.58145.73148.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=36.35%
G=26.72%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851361880.020.2800.26296.5427.9663.53
HexB988BC21C01A1291c40
Octal27121027423403245134100
Binary1011100110001000101111001011100011010100101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988BC; }

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

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

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

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

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

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

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

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