Shades of East Side #B08CCD
Tints of East Side #B08CCD
RGB
CMYK
RGB Variations
Color information
#B08CCD (or 0xB08CCD) is known color: East Side. HEX triplet: B0, 8C and CD. RGB value is (176,140,205). Sum of RGB (Red+Green+Blue) = 176+140+205=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #B08CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CCD is #4F7332. Grayscale: #9D9D9D. Windows color (decimal): -5206835 or 13470896. OLE color: 13470896.
HSL color Cylindrical-coordinate representation of color #B08CCD: hue angle of 273.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08CCD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 140 | 205 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.20 |
| HSL | 273.23º | 0.39% | 0.68% | - |
| HSV(B) | 273.23º | 0.32% | 0.8% | - |
| XYZ | 38.3 | 32.39 | 61.99 | - |
| YUV | 158.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 205 | 0.14 | 0.32 | 0 | 0.20 | 273.23 | 0.39 | 0.68 |
| Hex | B0 | 8C | CD | E | 20 | 0 | 14 | 111 | 27 | 44 |
| Octal | 260 | 214 | 315 | 16 | 40 | 0 | 24 | 421 | 47 | 104 |
| Binary | 10110000 | 10001100 | 11001101 | 1110 | 100000 | 0 | 10100 | 100010001 | 100111 | 1000100 |
Color Harmonies of #B08CCD
Complementary color
Monochromatic Colors of #B08CCD
Black with #B08CCD
Text Example
Text Example
White with #B08CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08CCD; }
p { color: rgb(176,140,205); }
H1.HeaderClassName
{
color: #B08CCD;
}
.AnyTagClassName
{
color: #B08CCD;
}
</style>
background-color css
<style>
a { background-color: #B08CCD; }
a { background-color: rgb(176,140,205); }
div.DivClassName
{
background-color: #B08CCD;
}
.BgClassName
{
background-color: #B08CCD;
}
</style>
border-color css
<style>
span { border-color: #B08CCD; }
span { border-color: rgb(176,140,205); }
td.TdClassName
{
border-color: #B08CCD;
}
.TagClassName
{
border-color: #B08CCD;
}
</style>