#B99AB2

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

Shades of London Hue #B99AB2

Tints of London Hue #B99AB2

Color information

#B99AB2 (or 0xB99AB2) is unknown color: approx London Hue. HEX triplet: B9, 9A and B2. RGB value is (185,154,178). Sum of RGB (Red+Green+Blue) = 185+154+178=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B99AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99AB2 is #46654D. Grayscale: #A5A5A5. Windows color (decimal): -4613454 or 11705017. OLE color: 11705017.

HSL color Cylindrical-coordinate representation of color #B99AB2: hue angle of 313.55º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B99AB2 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB185154178-
CMYK00.170.040.27
HSL313.55º18.13%66.47%-
HSV(B)313.55º16.76%72.55%-
XYZ39.636.6447.1-
YUV166134.77141.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=35.78%
G=29.79%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515417800.170.040.27313.5518.1366.47
HexB99AB201141B13a1242
Octal27123226202143347222102
Binary10111001100110101011001001000110011011100111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99AB2; }

 p { color: rgb(185,154,178); }

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

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

 a { background-color: rgb(185,154,178); }

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

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

 span { border-color: rgb(185,154,178); }

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