#B398AD

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

Shades of London Hue #B398AD

Tints of London Hue #B398AD

Color information

#B398AD (or 0xB398AD) is unknown color: approx London Hue. HEX triplet: B3, 98 and AD. RGB value is (179,152,173). Sum of RGB (Red+Green+Blue) = 179+152+173=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B398AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B398AD is #4C6752. Grayscale: #A2A2A2. Windows color (decimal): -5007187 or 11376819. OLE color: 11376819.

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

Color convert

RGB179152173-
CMYK00.150.030.30
HSL313.33º15.08%64.9%-
HSV(B)313.33º15.08%70.2%-
XYZ37.3635.0644.33-
YUV162.47133.95139.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=35.52%
G=30.16%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915217300.150.030.30313.3315.0864.9
HexB398AD0F31E139f41
Octal26323025501733647117101
Binary10110011100110001010110101111111111010011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B398AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B398AD; }

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

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

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

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

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

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

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

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