#B98EBD

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

Shades of London Hue #B98EBD

Tints of London Hue #B98EBD

Color information

#B98EBD (or 0xB98EBD) is unknown color: approx London Hue. HEX triplet: B9, 8E and BD. RGB value is (185,142,189). Sum of RGB (Red+Green+Blue) = 185+142+189=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #B98EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EBD is #467142. Grayscale: #A0A0A0. Windows color (decimal): -4616515 or 12422841. OLE color: 12422841.

HSL color Cylindrical-coordinate representation of color #B98EBD: hue angle of 294.89º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B98EBD is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185142189-
CMYK0.020.2500.26
HSL294.89º26.26%64.9%-
HSV(B)294.89º24.87%74.12%-
XYZ38.8733.3352.53-
YUV160.21144.25145.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=35.85%
G=27.52%
B=36.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851421890.020.2500.26294.8926.2664.9
HexB98EBD21901A1271a41
Octal27121627523103244732101
Binary1011100110001110101111011011001011010100100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EBD; }

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

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

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

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

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

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

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

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