#B299AD

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

Shades of London Hue #B299AD

Tints of London Hue #B299AD

Color information

#B299AD (or 0xB299AD) is unknown color: approx London Hue. HEX triplet: B2, 99 and AD. RGB value is (178,153,173). Sum of RGB (Red+Green+Blue) = 178+153+173=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B299AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299AD is #4D6652. Grayscale: #A2A2A2. Windows color (decimal): -5072467 or 11377074. OLE color: 11377074.

HSL color Cylindrical-coordinate representation of color #B299AD: hue angle of 312º 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 #B299AD is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178153173-
CMYK00.140.030.30
HSL312º13.97%64.9%-
HSV(B)312º14.04%69.8%-
XYZ37.2935.2644.38-
YUV162.76133.78138.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=35.32%
G=30.36%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815317300.140.030.3031213.9764.9
HexB299AD0E31E138e41
Octal26223125501633647016101
Binary10110010100110011010110101110111111010011100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299AD; }

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

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

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

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

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

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

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

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