#B98AAA

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

Shades of London Hue #B98AAA

Tints of London Hue #B98AAA

Color information

#B98AAA (or 0xB98AAA) is unknown color: approx London Hue. HEX triplet: B9, 8A and AA. RGB value is (185,138,170). Sum of RGB (Red+Green+Blue) = 185+138+170=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AAA is #467555. Grayscale: #9B9B9B. Windows color (decimal): -4617558 or 11176633. OLE color: 11176633.

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

Color convert

RGB185138170-
CMYK00.250.080.27
HSL319.15º25.13%63.33%-
HSV(B)319.15º25.41%72.55%-
XYZ36.3531.3942.17-
YUV155.7136.07148.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=37.53%
G=27.99%
B=34.48%

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
Decimal18513817000.250.080.27319.1525.1363.33
HexB98AAA01981B13f193f
Octal27121225203110334773177
Binary10111001100010101010101001100110001101110011111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AAA; }

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

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

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

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

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

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

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

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