#B598AF

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

Shades of London Hue #B598AF

Tints of London Hue #B598AF

Color information

#B598AF (or 0xB598AF) is unknown color: approx London Hue. HEX triplet: B5, 98 and AF. RGB value is (181,152,175). Sum of RGB (Red+Green+Blue) = 181+152+175=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B598AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B598AF is #4A6750. Grayscale: #A3A3A3. Windows color (decimal): -4876113 or 11507893. OLE color: 11507893.

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

Color convert

RGB181152175-
CMYK00.160.030.29
HSL312.41º16.38%65.29%-
HSV(B)312.41º16.02%70.98%-
XYZ38.0235.3845.38-
YUV163.29134.61140.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=35.63%
G=29.92%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115217500.160.030.29312.4116.3865.29
HexB598AF01031D1381041
Octal26523025702033547020101
Binary1011010110011000101011110100001111101100111000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598AF; }

 p { color: rgb(181,152,175); }

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

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

 a { background-color: rgb(181,152,175); }

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

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

 span { border-color: rgb(181,152,175); }

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