#B98EBB

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

Shades of London Hue #B98EBB

Tints of London Hue #B98EBB

Color information

#B98EBB (or 0xB98EBB) is unknown color: approx London Hue. HEX triplet: B9, 8E and BB. RGB value is (185,142,187). Sum of RGB (Red+Green+Blue) = 185+142+187=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #B98EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EBB is #467144. Grayscale: #9F9F9F. Windows color (decimal): -4616517 or 12291769. OLE color: 12291769.

HSL color Cylindrical-coordinate representation of color #B98EBB: hue angle of 297.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98EBB is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185142187-
CMYK0.010.2400.27
HSL297.33º24.86%64.51%-
HSV(B)297.33º24.06%73.33%-
XYZ38.6533.2551.39-
YUV159.99143.25145.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=35.99%
G=27.63%
B=36.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851421870.010.2400.27297.3324.8664.51
HexB98EBB11801B1291941
Octal27121627313003345131101
Binary101110011000111010111011111000011011100101001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EBB; }

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

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

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

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

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

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

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

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