#B98BAB

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

Shades of London Hue #B98BAB

Tints of London Hue #B98BAB

Color information

#B98BAB (or 0xB98BAB) is unknown color: approx London Hue. HEX triplet: B9, 8B and AB. RGB value is (185,139,171). Sum of RGB (Red+Green+Blue) = 185+139+171=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BAB is #467454. Grayscale: #9C9C9C. Windows color (decimal): -4617301 or 11242425. OLE color: 11242425.

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

Color convert

RGB185139171-
CMYK00.250.080.27
HSL318.26º24.73%63.53%-
HSV(B)318.26º24.86%72.55%-
XYZ36.5931.7242.72-
YUV156.4136.24148.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=37.37%
G=28.08%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513917100.250.080.27318.2624.7363.53
HexB98BAB01981B13e1940
Octal271213253031103347631100
Binary101110011000101110101011011001100011011100111110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BAB; }

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

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

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

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

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

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

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

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