#B98EAD

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

Shades of London Hue #B98EAD

Tints of London Hue #B98EAD

Color information

#B98EAD (or 0xB98EAD) is unknown color: approx London Hue. HEX triplet: B9, 8E and AD. RGB value is (185,142,173). Sum of RGB (Red+Green+Blue) = 185+142+173=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B98EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98EAD is #467152. Grayscale: #9E9E9E. Windows color (decimal): -4616531 or 11374265. OLE color: 11374265.

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

Color convert

RGB185142173-
CMYK00.230.060.27
HSL316.74º23.5%64.12%-
HSV(B)316.74º23.24%72.55%-
XYZ37.2232.6843.88-
YUV158.39136.25146.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=37%
G=28.4%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514217300.230.060.27316.7423.564.12
HexB98EAD01761B13d1740
Octal27121625502763347527100
Binary10111001100011101010110101011111011011100111101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EAD; }

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

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

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

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

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

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

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

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