Shades of East Side #B08BBD
Tints of East Side #B08BBD
RGB
CMYK
RGB Variations
Color information
#B08BBD (or 0xB08BBD) is known color: East Side. HEX triplet: B0, 8B and BD. RGB value is (176,139,189). Sum of RGB (Red+Green+Blue) = 176+139+189=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #B08BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BBD is #4F7442. Grayscale: #9B9B9B. Windows color (decimal): -5207107 or 12422064. OLE color: 12422064.
HSL color Cylindrical-coordinate representation of color #B08BBD: hue angle of 284.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08BBD is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 139 | 189 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.26 |
| HSL | 284.4º | 0.27% | 0.64% | - |
| HSV(B) | 284.4º | 0.26% | 0.74% | - |
| XYZ | 36.32 | 31.37 | 52.28 | - |
| YUV | 155.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 189 | 0.07 | 0.26 | 0 | 0.26 | 284.4 | 0.27 | 0.64 |
| Hex | B0 | 8B | BD | 7 | 1A | 0 | 1A | 11C | 1B | 40 |
| Octal | 260 | 213 | 275 | 7 | 32 | 0 | 32 | 434 | 33 | 100 |
| Binary | 10110000 | 10001011 | 10111101 | 111 | 11010 | 0 | 11010 | 100011100 | 11011 | 1000000 |
Color Harmonies of #B08BBD
Complementary color
Monochromatic Colors of #B08BBD
Black with #B08BBD
Text Example
Text Example
White with #B08BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BBD; }
p { color: rgb(176,139,189); }
H1.HeaderClassName
{
color: #B08BBD;
}
.AnyTagClassName
{
color: #B08BBD;
}
</style>
background-color css
<style>
a { background-color: #B08BBD; }
a { background-color: rgb(176,139,189); }
div.DivClassName
{
background-color: #B08BBD;
}
.BgClassName
{
background-color: #B08BBD;
}
</style>
border-color css
<style>
span { border-color: #B08BBD; }
span { border-color: rgb(176,139,189); }
td.TdClassName
{
border-color: #B08BBD;
}
.TagClassName
{
border-color: #B08BBD;
}
</style>