#B98EAC

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

Shades of London Hue #B98EAC

Tints of London Hue #B98EAC

Color information

#B98EAC (or 0xB98EAC) is unknown color: approx London Hue. HEX triplet: B9, 8E and AC. RGB value is (185,142,172). Sum of RGB (Red+Green+Blue) = 185+142+172=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B98EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98EAC is #467153. Grayscale: #9E9E9E. Windows color (decimal): -4616532 or 11308729. OLE color: 11308729.

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

Color convert

RGB185142172-
CMYK00.230.070.27
HSL318.14º23.5%64.12%-
HSV(B)318.14º23.24%72.55%-
XYZ37.1332.6443.37-
YUV158.28135.75147.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=37.07%
G=28.46%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514217200.230.070.27318.1423.564.12
HexB98EAC01771B13e1740
Octal27121625402773347627100
Binary10111001100011101010110001011111111011100111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EAC; }

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

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

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

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

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

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

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

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