#B399AE

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

Shades of London Hue #B399AE

Tints of London Hue #B399AE

Color information

#B399AE (or 0xB399AE) is unknown color: approx London Hue. HEX triplet: B3, 99 and AE. RGB value is (179,153,174). Sum of RGB (Red+Green+Blue) = 179+153+174=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B399AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B399AE is #4C6651. Grayscale: #A3A3A3. Windows color (decimal): -5006930 or 11442611. OLE color: 11442611.

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

Color convert

RGB179153174-
CMYK00.150.030.30
HSL311.54º14.61%65.1%-
HSV(B)311.54º14.53%70.2%-
XYZ37.6235.4244.9-
YUV163.17134.11139.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=35.38%
G=30.24%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915317400.150.030.30311.5414.6165.1
HexB399AE0F31E138f41
Octal26323125601733647017101
Binary10110011100110011010111001111111111010011100011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399AE; }

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

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

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

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

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

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

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

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