Shades of East Side #B688BD
Tints of East Side #B688BD
RGB
CMYK
RGB Variations
Color information
#B688BD (or 0xB688BD) is known color: East Side. HEX triplet: B6, 88 and BD. RGB value is (182,136,189). Sum of RGB (Red+Green+Blue) = 182+136+189=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #B688BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B688BD is #497742. Grayscale: #9B9B9B. Windows color (decimal): -4814659 or 12421302. OLE color: 12421302.
HSL color Cylindrical-coordinate representation of color #B688BD: hue angle of 292.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B688BD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 136 | 189 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.26 |
| HSL | 292.08º | 0.29% | 0.64% | - |
| HSV(B) | 292.08º | 0.28% | 0.74% | - |
| XYZ | 37.28 | 31.23 | 52.21 | - |
| YUV | 155.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 189 | 0.04 | 0.28 | 0 | 0.26 | 292.08 | 0.29 | 0.64 |
| Hex | B6 | 88 | BD | 4 | 1C | 0 | 1A | 124 | 1D | 40 |
| Octal | 266 | 210 | 275 | 4 | 34 | 0 | 32 | 444 | 35 | 100 |
| Binary | 10110110 | 10001000 | 10111101 | 100 | 11100 | 0 | 11010 | 100100100 | 11101 | 1000000 |
Color Harmonies of #B688BD
Complementary color
Monochromatic Colors of #B688BD
Black with #B688BD
Text Example
Text Example
White with #B688BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B688BD; }
p { color: rgb(182,136,189); }
H1.HeaderClassName
{
color: #B688BD;
}
.AnyTagClassName
{
color: #B688BD;
}
</style>
background-color css
<style>
a { background-color: #B688BD; }
a { background-color: rgb(182,136,189); }
div.DivClassName
{
background-color: #B688BD;
}
.BgClassName
{
background-color: #B688BD;
}
</style>
border-color css
<style>
span { border-color: #B688BD; }
span { border-color: rgb(182,136,189); }
td.TdClassName
{
border-color: #B688BD;
}
.TagClassName
{
border-color: #B688BD;
}
</style>