Shades of East Side #B698C1
Tints of East Side #B698C1
RGB
CMYK
RGB Variations
Color information
#B698C1 (or 0xB698C1) is known color: East Side. HEX triplet: B6, 98 and C1. RGB value is (182,152,193). Sum of RGB (Red+Green+Blue) = 182+152+193=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 152 (59.77% from 255 or 28.84% 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 #B698C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698C1 is #49673E. Grayscale: #A5A5A5. Windows color (decimal): -4810559 or 12687542. OLE color: 12687542.
HSL color Cylindrical-coordinate representation of color #B698C1: hue angle of 283.9º degrees, saturation: 0.25, 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 #B698C1 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 152 | 193 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.24 |
| HSL | 283.9º | 0.25% | 0.68% | - |
| HSV(B) | 283.9º | 0.21% | 0.76% | - |
| XYZ | 40.15 | 36.25 | 55.33 | - |
| YUV | 165.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 193 | 0.06 | 0.21 | 0 | 0.24 | 283.9 | 0.25 | 0.68 |
| Hex | B6 | 98 | C1 | 6 | 15 | 0 | 18 | 11C | 19 | 44 |
| Octal | 266 | 230 | 301 | 6 | 25 | 0 | 30 | 434 | 31 | 104 |
| Binary | 10110110 | 10011000 | 11000001 | 110 | 10101 | 0 | 11000 | 100011100 | 11001 | 1000100 |
Color Harmonies of #B698C1
Complementary color
Monochromatic Colors of #B698C1
Black with #B698C1
Text Example
Text Example
White with #B698C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B698C1; }
p { color: rgb(182,152,193); }
H1.HeaderClassName
{
color: #B698C1;
}
.AnyTagClassName
{
color: #B698C1;
}
</style>
background-color css
<style>
a { background-color: #B698C1; }
a { background-color: rgb(182,152,193); }
div.DivClassName
{
background-color: #B698C1;
}
.BgClassName
{
background-color: #B698C1;
}
</style>
border-color css
<style>
span { border-color: #B698C1; }
span { border-color: rgb(182,152,193); }
td.TdClassName
{
border-color: #B698C1;
}
.TagClassName
{
border-color: #B698C1;
}
</style>