#B399AB

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

Shades of London Hue #B399AB

Tints of London Hue #B399AB

Color information

#B399AB (or 0xB399AB) is unknown color: approx London Hue. HEX triplet: B3, 99 and AB. RGB value is (179,153,171). Sum of RGB (Red+Green+Blue) = 179+153+171=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 179 - color contains mainly: red. Hex color #B399AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B399AB is #4C6654. Grayscale: #A2A2A2. Windows color (decimal): -5006933 or 11246003. OLE color: 11246003.

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

Color convert

RGB179153171-
CMYK00.150.040.30
HSL318.46º14.61%65.1%-
HSV(B)318.46º14.53%70.2%-
XYZ37.3335.3143.38-
YUV162.83132.61139.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 153 (60.16% from 255) = 30.42%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=35.59%
G=30.42%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915317100.150.040.30318.4614.6165.1
HexB399AB0F41E13ef41
Octal26323125301743647617101
Binary101100111001100110101011011111001111010011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399AB; }

 p { color: rgb(179,153,171); }

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

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

 a { background-color: rgb(179,153,171); }

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

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

 span { border-color: rgb(179,153,171); }

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