#B598C9

Color #B598C9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B598C9

Tints of East Side #B598C9

Color information

#B598C9 (or 0xB598C9) is unknown color: approx East Side. HEX triplet: B5, 98 and C9. RGB value is (181,152,201). Sum of RGB (Red+Green+Blue) = 181+152+201=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #B598C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598C9 is #4A6736. Grayscale: #A6A6A6. Windows color (decimal): -4876087 or 13211829. OLE color: 13211829.

HSL color Cylindrical-coordinate representation of color #B598C9: hue angle of 275.51º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B598C9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181152201-
CMYK0.100.2400.21
HSL275.51º31.21%69.22%-
HSV(B)275.51º24.38%78.82%-
XYZ40.8336.560.15-
YUV166.26147.61138.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 201 (78.91% from 255) = 37.64%
R=33.90%
G=28.46%
B=37.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811522010.100.2400.21275.5131.2169.22
HexB598C9A180151141f45
Octal265230311123002542437105
Binary101101011001100011001001101011000010101100010100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598C9; }

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

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

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

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

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

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

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

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