#B399B5

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

Shades of London Hue #B399B5

Tints of London Hue #B399B5

Color information

#B399B5 (or 0xB399B5) is unknown color: approx London Hue. HEX triplet: B3, 99 and B5. RGB value is (179,153,181). Sum of RGB (Red+Green+Blue) = 179+153+181=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 181 - color contains mainly: blue. Hex color #B399B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399B5 is #4C664A. Grayscale: #A3A3A3. Windows color (decimal): -5006923 or 11901363. OLE color: 11901363.

HSL color Cylindrical-coordinate representation of color #B399B5: hue angle of 295.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B399B5 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB179153181-
CMYK0.010.1500.29
HSL295.71º15.91%65.49%-
HSV(B)295.71º15.47%70.98%-
XYZ38.3235.748.59-
YUV163.97137.61138.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=34.89%
G=29.82%
B=35.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791531810.010.1500.29295.7115.9165.49
HexB399B51F01D1281041
Octal26323126511703545020101
Binary10110011100110011011010111111011101100101000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399B5; }

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

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

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

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

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

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

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

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