#B399AF

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

Shades of London Hue #B399AF

Tints of London Hue #B399AF

Color information

#B399AF (or 0xB399AF) is unknown color: approx London Hue. HEX triplet: B3, 99 and AF. RGB value is (179,153,175). Sum of RGB (Red+Green+Blue) = 179+153+175=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B399AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B399AF is #4C6650. Grayscale: #A3A3A3. Windows color (decimal): -5006929 or 11508147. OLE color: 11508147.

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

Color convert

RGB179153175-
CMYK00.150.020.30
HSL309.23º14.61%65.1%-
HSV(B)309.23º14.53%70.2%-
XYZ37.7235.4645.41-
YUV163.28134.61139.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=35.31%
G=30.18%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915317500.150.020.30309.2314.6165.1
HexB399AF0F21E135f41
Octal26323125701723646517101
Binary10110011100110011010111101111101111010011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399AF; }

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

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

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

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

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

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

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

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