#B98DB5

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

Shades of London Hue #B98DB5

Tints of London Hue #B98DB5

Color information

#B98DB5 (or 0xB98DB5) is unknown color: approx London Hue. HEX triplet: B9, 8D and B5. RGB value is (185,141,181). Sum of RGB (Red+Green+Blue) = 185+141+181=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DB5 is #46724A. Grayscale: #9E9E9E. Windows color (decimal): -4616779 or 11898297. OLE color: 11898297.

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

Color convert

RGB185141181-
CMYK00.240.020.27
HSL305.45º23.91%63.92%-
HSV(B)305.45º23.78%72.55%-
XYZ37.8732.748.03-
YUV158.72140.58146.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=36.49%
G=27.81%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514118100.240.020.27305.4523.9163.92
HexB98DB501821B1311840
Octal27121526503023346130100
Binary1011100110001101101101010110001011011100110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DB5; }

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

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

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

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

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

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

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

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