Shades of East Side #B696CB
Tints of East Side #B696CB
RGB
CMYK
RGB Variations
Color information
#B696CB (or 0xB696CB) is known color: East Side. HEX triplet: B6, 96 and CB. RGB value is (182,150,203). Sum of RGB (Red+Green+Blue) = 182+150+203=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #B696CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696CB is #496934. Grayscale: #A5A5A5. Windows color (decimal): -4811061 or 13342390. OLE color: 13342390.
HSL color Cylindrical-coordinate representation of color #B696CB: hue angle of 276.23º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B696CB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 150 | 203 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.20 |
| HSL | 276.23º | 0.34% | 0.69% | - |
| HSV(B) | 276.23º | 0.26% | 0.8% | - |
| XYZ | 40.98 | 36.07 | 61.3 | - |
| YUV | 165.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 203 | 0.10 | 0.26 | 0 | 0.20 | 276.23 | 0.34 | 0.69 |
| Hex | B6 | 96 | CB | A | 1A | 0 | 14 | 114 | 22 | 45 |
| Octal | 266 | 226 | 313 | 12 | 32 | 0 | 24 | 424 | 42 | 105 |
| Binary | 10110110 | 10010110 | 11001011 | 1010 | 11010 | 0 | 10100 | 100010100 | 100010 | 1000101 |
Color Harmonies of #B696CB
Complementary color
Monochromatic Colors of #B696CB
Black with #B696CB
Text Example
Text Example
White with #B696CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B696CB; }
p { color: rgb(182,150,203); }
H1.HeaderClassName
{
color: #B696CB;
}
.AnyTagClassName
{
color: #B696CB;
}
</style>
background-color css
<style>
a { background-color: #B696CB; }
a { background-color: rgb(182,150,203); }
div.DivClassName
{
background-color: #B696CB;
}
.BgClassName
{
background-color: #B696CB;
}
</style>
border-color css
<style>
span { border-color: #B696CB; }
span { border-color: rgb(182,150,203); }
td.TdClassName
{
border-color: #B696CB;
}
.TagClassName
{
border-color: #B696CB;
}
</style>