#B98BAA

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

Shades of London Hue #B98BAA

Tints of London Hue #B98BAA

Color information

#B98BAA (or 0xB98BAA) is unknown color: approx London Hue. HEX triplet: B9, 8B and AA. RGB value is (185,139,170). Sum of RGB (Red+Green+Blue) = 185+139+170=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BAA is #467455. Grayscale: #9C9C9C. Windows color (decimal): -4617302 or 11176889. OLE color: 11176889.

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

Color convert

RGB185139170-
CMYK00.250.080.27
HSL319.57º24.73%63.53%-
HSV(B)319.57º24.86%72.55%-
XYZ36.531.6842.22-
YUV156.29135.74148.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=37.45%
G=28.14%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513917000.250.080.27319.5724.7363.53
HexB98BAA01981B1401940
Octal271213252031103350031100
Binary101110011000101110101010011001100011011101000000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BAA; }

 p { color: rgb(185,139,170); }

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

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

 a { background-color: rgb(185,139,170); }

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

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

 span { border-color: rgb(185,139,170); }

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