#B98AAC

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

Shades of London Hue #B98AAC

Tints of London Hue #B98AAC

Color information

#B98AAC (or 0xB98AAC) is unknown color: approx London Hue. HEX triplet: B9, 8A and AC. RGB value is (185,138,172). Sum of RGB (Red+Green+Blue) = 185+138+172=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B98AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98AAC is #467553. Grayscale: #9B9B9B. Windows color (decimal): -4617556 or 11307705. OLE color: 11307705.

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

Color convert

RGB185138172-
CMYK00.250.070.27
HSL316.6º25.13%63.33%-
HSV(B)316.6º25.41%72.55%-
XYZ36.5431.4743.18-
YUV155.93137.07148.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=37.37%
G=27.88%
B=34.75%

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
Decimal18513817200.250.070.27316.625.1363.33
HexB98AAC01971B13d193f
Octal2712122540317334753177
Binary1011100110001010101011000110011111101110011110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AAC; }

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

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

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

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

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

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

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

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