#B98DAB

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

Shades of London Hue #B98DAB

Tints of London Hue #B98DAB

Color information

#B98DAB (or 0xB98DAB) is unknown color: approx London Hue. HEX triplet: B9, 8D and AB. RGB value is (185,141,171). Sum of RGB (Red+Green+Blue) = 185+141+171=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98DAB is #467254. Grayscale: #9D9D9D. Windows color (decimal): -4616789 or 11242937. OLE color: 11242937.

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

Color convert

RGB185141171-
CMYK00.240.080.27
HSL319.09º23.91%63.92%-
HSV(B)319.09º23.78%72.55%-
XYZ36.8832.342.82-
YUV157.58135.58147.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 141 (55.47% from 255) = 28.37%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=37.22%
G=28.37%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514117100.240.080.27319.0923.9163.92
HexB98DAB01881B13f1840
Octal271215253030103347730100
Binary101110011000110110101011011000100011011100111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DAB; }

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

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

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

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

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

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

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

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