#B98BAC

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

Shades of London Hue #B98BAC

Tints of London Hue #B98BAC

Color information

#B98BAC (or 0xB98BAC) is unknown color: approx London Hue. HEX triplet: B9, 8B and AC. RGB value is (185,139,172). Sum of RGB (Red+Green+Blue) = 185+139+172=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BAC is #467453. Grayscale: #9C9C9C. Windows color (decimal): -4617300 or 11307961. OLE color: 11307961.

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

Color convert

RGB185139172-
CMYK00.250.070.27
HSL316.96º24.73%63.53%-
HSV(B)316.96º24.86%72.55%-
XYZ36.6931.7643.23-
YUV156.52136.74148.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=37.30%
G=28.02%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513917200.250.070.27316.9624.7363.53
HexB98BAC01971B13d1940
Octal27121325403173347531100
Binary10111001100010111010110001100111111011100111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BAC; }

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

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

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

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

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

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

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

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