#B98AAB

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

Shades of London Hue #B98AAB

Tints of London Hue #B98AAB

Color information

#B98AAB (or 0xB98AAB) is unknown color: approx London Hue. HEX triplet: B9, 8A and AB. RGB value is (185,138,171). Sum of RGB (Red+Green+Blue) = 185+138+171=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AAB is #467554. Grayscale: #9B9B9B. Windows color (decimal): -4617557 or 11242169. OLE color: 11242169.

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

Color convert

RGB185138171-
CMYK00.250.080.27
HSL317.87º25.13%63.33%-
HSV(B)317.87º25.41%72.55%-
XYZ36.4531.4342.67-
YUV155.82136.57148.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=37.45%
G=27.94%
B=34.62%

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
Decimal18513817100.250.080.27317.8725.1363.33
HexB98AAB01981B13e193f
Octal27121225303110334763177
Binary10111001100010101010101101100110001101110011111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AAB; }

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

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

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

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

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

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

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

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