Shades of East Side #B67EBF
Tints of East Side #B67EBF
RGB
CMYK
RGB Variations
Color information
#B67EBF (or 0xB67EBF) is known color: East Side. HEX triplet: B6, 7E and BF. RGB value is (182,126,191). Sum of RGB (Red+Green+Blue) = 182+126+191=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #B67EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EBF is #498140. Grayscale: #959595. Windows color (decimal): -4817217 or 12549814. OLE color: 12549814.
HSL color Cylindrical-coordinate representation of color #B67EBF: hue angle of 291.69º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67EBF is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 126 | 191 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.25 |
| HSL | 291.69º | 0.34% | 0.62% | - |
| HSV(B) | 291.69º | 0.34% | 0.75% | - |
| XYZ | 36.16 | 28.63 | 52.91 | - |
| YUV | 150.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 191 | 0.05 | 0.34 | 0 | 0.25 | 291.69 | 0.34 | 0.62 |
| Hex | B6 | 7E | BF | 5 | 22 | 0 | 19 | 124 | 22 | 3E |
| Octal | 266 | 176 | 277 | 5 | 42 | 0 | 31 | 444 | 42 | 76 |
| Binary | 10110110 | 1111110 | 10111111 | 101 | 100010 | 0 | 11001 | 100100100 | 100010 | 111110 |
Color Harmonies of #B67EBF
Complementary color
Monochromatic Colors of #B67EBF
Black with #B67EBF
Text Example
Text Example
White with #B67EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67EBF; }
p { color: rgb(182,126,191); }
H1.HeaderClassName
{
color: #B67EBF;
}
.AnyTagClassName
{
color: #B67EBF;
}
</style>
background-color css
<style>
a { background-color: #B67EBF; }
a { background-color: rgb(182,126,191); }
div.DivClassName
{
background-color: #B67EBF;
}
.BgClassName
{
background-color: #B67EBF;
}
</style>
border-color css
<style>
span { border-color: #B67EBF; }
span { border-color: rgb(182,126,191); }
td.TdClassName
{
border-color: #B67EBF;
}
.TagClassName
{
border-color: #B67EBF;
}
</style>