#B299AC

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

Shades of London Hue #B299AC

Tints of London Hue #B299AC

Color information

#B299AC (or 0xB299AC) is unknown color: approx London Hue. HEX triplet: B2, 99 and AC. RGB value is (178,153,172). Sum of RGB (Red+Green+Blue) = 178+153+172=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B299AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B299AC is #4D6653. Grayscale: #A2A2A2. Windows color (decimal): -5072468 or 11311538. OLE color: 11311538.

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

Color convert

RGB178153172-
CMYK00.140.030.30
HSL314.4º13.97%64.9%-
HSV(B)314.4º14.04%69.8%-
XYZ37.235.2343.87-
YUV162.64133.28138.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=35.39%
G=30.42%
B=34.19%

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
Decimal17815317200.140.030.30314.413.9764.9
HexB299AC0E31E13ae41
Octal26223125401633647216101
Binary10110010100110011010110001110111111010011101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299AC; }

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

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

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

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

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

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

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

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