#B988AE

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

Shades of London Hue #B988AE

Tints of London Hue #B988AE

Color information

#B988AE (or 0xB988AE) is unknown color: approx London Hue. HEX triplet: B9, 88 and AE. RGB value is (185,136,174). Sum of RGB (Red+Green+Blue) = 185+136+174=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B988AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B988AE is #467751. Grayscale: #9A9A9A. Windows color (decimal): -4618066 or 11438265. OLE color: 11438265.

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

Color convert

RGB185136174-
CMYK00.260.060.27
HSL313.47º25.93%62.94%-
HSV(B)313.47º26.49%72.55%-
XYZ36.4530.9844.1-
YUV154.98138.73149.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=37.37%
G=27.47%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513617400.260.060.27313.4725.9362.94
HexB988AE01A61B1391a3f
Octal2712102560326334713277
Binary1011100110001000101011100110101101101110011100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988AE; }

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

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

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

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

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

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

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

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