Shades of East Side #B697C3
Tints of East Side #B697C3
RGB
CMYK
RGB Variations
Color information
#B697C3 (or 0xB697C3) is known color: East Side. HEX triplet: B6, 97 and C3. RGB value is (182,151,195). Sum of RGB (Red+Green+Blue) = 182+151+195=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #B697C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697C3 is #49683C. Grayscale: #A5A5A5. Windows color (decimal): -4810813 or 12818358. OLE color: 12818358.
HSL color Cylindrical-coordinate representation of color #B697C3: hue angle of 282.27º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B697C3 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 151 | 195 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.24 |
| HSL | 282.27º | 0.27% | 0.68% | - |
| HSV(B) | 282.27º | 0.23% | 0.76% | - |
| XYZ | 40.21 | 36.02 | 56.46 | - |
| YUV | 165.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 151 | 195 | 0.07 | 0.23 | 0 | 0.24 | 282.27 | 0.27 | 0.68 |
| Hex | B6 | 97 | C3 | 7 | 17 | 0 | 18 | 11A | 1B | 44 |
| Octal | 266 | 227 | 303 | 7 | 27 | 0 | 30 | 432 | 33 | 104 |
| Binary | 10110110 | 10010111 | 11000011 | 111 | 10111 | 0 | 11000 | 100011010 | 11011 | 1000100 |
Color Harmonies of #B697C3
Complementary color
Monochromatic Colors of #B697C3
Black with #B697C3
Text Example
Text Example
White with #B697C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B697C3; }
p { color: rgb(182,151,195); }
H1.HeaderClassName
{
color: #B697C3;
}
.AnyTagClassName
{
color: #B697C3;
}
</style>
background-color css
<style>
a { background-color: #B697C3; }
a { background-color: rgb(182,151,195); }
div.DivClassName
{
background-color: #B697C3;
}
.BgClassName
{
background-color: #B697C3;
}
</style>
border-color css
<style>
span { border-color: #B697C3; }
span { border-color: rgb(182,151,195); }
td.TdClassName
{
border-color: #B697C3;
}
.TagClassName
{
border-color: #B697C3;
}
</style>