#B98DAD

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

Shades of London Hue #B98DAD

Tints of London Hue #B98DAD

Color information

#B98DAD (or 0xB98DAD) is unknown color: approx London Hue. HEX triplet: B9, 8D and AD. RGB value is (185,141,173). Sum of RGB (Red+Green+Blue) = 185+141+173=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98DAD is #467252. Grayscale: #9D9D9D. Windows color (decimal): -4616787 or 11374009. OLE color: 11374009.

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

Color convert

RGB185141173-
CMYK00.240.060.27
HSL316.36º23.91%63.92%-
HSV(B)316.36º23.78%72.55%-
XYZ37.0832.3843.83-
YUV157.8136.58147.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=37.07%
G=28.26%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514117300.240.060.27316.3623.9163.92
HexB98DAD01861B13c1840
Octal27121525503063347430100
Binary10111001100011011010110101100011011011100111100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DAD; }

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

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

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

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

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

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

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

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