#B98EB5

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

Shades of London Hue #B98EB5

Tints of London Hue #B98EB5

Color information

#B98EB5 (or 0xB98EB5) is unknown color: approx London Hue. HEX triplet: B9, 8E and B5. RGB value is (185,142,181). Sum of RGB (Red+Green+Blue) = 185+142+181=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B98EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EB5 is #46714A. Grayscale: #9F9F9F. Windows color (decimal): -4616523 or 11898553. OLE color: 11898553.

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

Color convert

RGB185142181-
CMYK00.230.020.27
HSL305.58º23.5%64.12%-
HSV(B)305.58º23.24%72.55%-
XYZ38.023348.08-
YUV159.3140.25146.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=36.42%
G=27.95%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514218100.230.020.27305.5823.564.12
HexB98EB501721B1321740
Octal27121626502723346227100
Binary1011100110001110101101010101111011011100110010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EB5; }

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

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

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

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

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

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

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

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