#B398B4

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

Shades of London Hue #B398B4

Tints of London Hue #B398B4

Color information

#B398B4 (or 0xB398B4) is unknown color: approx London Hue. HEX triplet: B3, 98 and B4. RGB value is (179,152,180). Sum of RGB (Red+Green+Blue) = 179+152+180=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #B398B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398B4 is #4C674B. Grayscale: #A3A3A3. Windows color (decimal): -5007180 or 11835571. OLE color: 11835571.

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

Color convert

RGB179152180-
CMYK0.010.1600.29
HSL297.86º15.73%65.1%-
HSV(B)297.86º15.56%70.59%-
XYZ38.0635.3447.99-
YUV163.27137.45139.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=35.03%
G=29.75%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791521800.010.1600.29297.8615.7365.1
HexB398B411001D12a1041
Octal26323026412003545220101
Binary101100111001100010110100110000011101100101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398B4; }

 p { color: rgb(179,152,180); }

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

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

 a { background-color: rgb(179,152,180); }

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

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

 span { border-color: rgb(179,152,180); }

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