#B299AA

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

Shades of London Hue #B299AA

Tints of London Hue #B299AA

Color information

#B299AA (or 0xB299AA) is unknown color: approx London Hue. HEX triplet: B2, 99 and AA. RGB value is (178,153,170). Sum of RGB (Red+Green+Blue) = 178+153+170=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B299AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299AA is #4D6655. Grayscale: #A2A2A2. Windows color (decimal): -5072470 or 11180466. OLE color: 11180466.

HSL color Cylindrical-coordinate representation of color #B299AA: hue angle of 319.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B299AA is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178153170-
CMYK00.140.040.30
HSL319.2º13.97%64.9%-
HSV(B)319.2º14.04%69.8%-
XYZ37.0135.1542.86-
YUV162.41132.28139.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 170 (66.80% from 255) = 33.93%
R=35.53%
G=30.54%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815317000.140.040.30319.213.9764.9
HexB299AA0E41E13fe41
Octal26223125201643647716101
Binary101100101001100110101010011101001111010011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299AA; }

 p { color: rgb(178,153,170); }

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

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

 a { background-color: rgb(178,153,170); }

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

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

 span { border-color: rgb(178,153,170); }

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