Shades of East Side #B599C1
Tints of East Side #B599C1
RGB
CMYK
RGB Variations
Color information
#B599C1 (or 0xB599C1) is known color: East Side. HEX triplet: B5, 99 and C1. RGB value is (181,153,193). Sum of RGB (Red+Green+Blue) = 181+153+193=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #B599C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599C1 is #4A663E. Grayscale: #A5A5A5. Windows color (decimal): -4875839 or 12687797. OLE color: 12687797.
HSL color Cylindrical-coordinate representation of color #B599C1: hue angle of 282º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B599C1 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 153 | 193 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.24 |
| HSL | 282º | 0.24% | 0.68% | - |
| HSV(B) | 282º | 0.21% | 0.76% | - |
| XYZ | 40.07 | 36.46 | 55.38 | - |
| YUV | 165.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 193 | 0.06 | 0.21 | 0 | 0.24 | 282 | 0.24 | 0.68 |
| Hex | B5 | 99 | C1 | 6 | 15 | 0 | 18 | 11A | 18 | 44 |
| Octal | 265 | 231 | 301 | 6 | 25 | 0 | 30 | 432 | 30 | 104 |
| Binary | 10110101 | 10011001 | 11000001 | 110 | 10101 | 0 | 11000 | 100011010 | 11000 | 1000100 |
Color Harmonies of #B599C1
Complementary color
Monochromatic Colors of #B599C1
Black with #B599C1
Text Example
Text Example
White with #B599C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B599C1; }
p { color: rgb(181,153,193); }
H1.HeaderClassName
{
color: #B599C1;
}
.AnyTagClassName
{
color: #B599C1;
}
</style>
background-color css
<style>
a { background-color: #B599C1; }
a { background-color: rgb(181,153,193); }
div.DivClassName
{
background-color: #B599C1;
}
.BgClassName
{
background-color: #B599C1;
}
</style>
border-color css
<style>
span { border-color: #B599C1; }
span { border-color: rgb(181,153,193); }
td.TdClassName
{
border-color: #B599C1;
}
.TagClassName
{
border-color: #B599C1;
}
</style>