Shades of East Side #B687BF
Tints of East Side #B687BF
RGB
CMYK
RGB Variations
Color information
#B687BF (or 0xB687BF) is known color: East Side. HEX triplet: B6, 87 and BF. RGB value is (182,135,191). Sum of RGB (Red+Green+Blue) = 182+135+191=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #B687BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B687BF is #497840. Grayscale: #9B9B9B. Windows color (decimal): -4814913 or 12552118. OLE color: 12552118.
HSL color Cylindrical-coordinate representation of color #B687BF: hue angle of 290.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B687BF is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 135 | 191 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.25 |
| HSL | 290.36º | 0.3% | 0.64% | - |
| HSV(B) | 290.36º | 0.29% | 0.75% | - |
| XYZ | 37.36 | 31.03 | 53.31 | - |
| YUV | 155.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 191 | 0.05 | 0.29 | 0 | 0.25 | 290.36 | 0.3 | 0.64 |
| Hex | B6 | 87 | BF | 5 | 1D | 0 | 19 | 122 | 1E | 40 |
| Octal | 266 | 207 | 277 | 5 | 35 | 0 | 31 | 442 | 36 | 100 |
| Binary | 10110110 | 10000111 | 10111111 | 101 | 11101 | 0 | 11001 | 100100010 | 11110 | 1000000 |
Color Harmonies of #B687BF
Complementary color
Monochromatic Colors of #B687BF
Black with #B687BF
Text Example
Text Example
White with #B687BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B687BF; }
p { color: rgb(182,135,191); }
H1.HeaderClassName
{
color: #B687BF;
}
.AnyTagClassName
{
color: #B687BF;
}
</style>
background-color css
<style>
a { background-color: #B687BF; }
a { background-color: rgb(182,135,191); }
div.DivClassName
{
background-color: #B687BF;
}
.BgClassName
{
background-color: #B687BF;
}
</style>
border-color css
<style>
span { border-color: #B687BF; }
span { border-color: rgb(182,135,191); }
td.TdClassName
{
border-color: #B687BF;
}
.TagClassName
{
border-color: #B687BF;
}
</style>