#B98AAD

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

Shades of London Hue #B98AAD

Tints of London Hue #B98AAD

Color information

#B98AAD (or 0xB98AAD) is unknown color: approx London Hue. HEX triplet: B9, 8A and AD. RGB value is (185,138,173). Sum of RGB (Red+Green+Blue) = 185+138+173=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AAD is #467552. Grayscale: #9B9B9B. Windows color (decimal): -4617555 or 11373241. OLE color: 11373241.

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

Color convert

RGB185138173-
CMYK00.250.060.27
HSL315.32º25.13%63.33%-
HSV(B)315.32º25.41%72.55%-
XYZ36.6431.5143.69-
YUV156.04137.57148.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=37.30%
G=27.82%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513817300.250.060.27315.3225.1363.33
HexB98AAD01961B13b193f
Octal2712122550316334733177
Binary1011100110001010101011010110011101101110011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AAD; }

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

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

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

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

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

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

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

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