#B399B1

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

Shades of London Hue #B399B1

Tints of London Hue #B399B1

Color information

#B399B1 (or 0xB399B1) is unknown color: approx London Hue. HEX triplet: B3, 99 and B1. RGB value is (179,153,177). Sum of RGB (Red+Green+Blue) = 179+153+177=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 179 - color contains mainly: red. Hex color #B399B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B399B1 is #4C664E. Grayscale: #A3A3A3. Windows color (decimal): -5006927 or 11639219. OLE color: 11639219.

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

Color convert

RGB179153177-
CMYK00.150.010.30
HSL304.62º14.61%65.1%-
HSV(B)304.62º14.53%70.2%-
XYZ37.9235.5446.46-
YUV163.51135.61139.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=35.17%
G=30.06%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915317700.150.010.30304.6214.6165.1
HexB399B10F11E131f41
Octal26323126101713646117101
Binary1011001110011001101100010111111111010011000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399B1; }

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

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

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

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

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

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

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

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