Shades of East Side #B09CBC
Tints of East Side #B09CBC
RGB
CMYK
RGB Variations
Color information
#B09CBC (or 0xB09CBC) is known color: East Side. HEX triplet: B0, 9C and BC. RGB value is (176,156,188). Sum of RGB (Red+Green+Blue) = 176+156+188=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #B09CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CBC is #4F6343. Grayscale: #A5A5A5. Windows color (decimal): -5202756 or 12360880. OLE color: 12360880.
HSL color Cylindrical-coordinate representation of color #B09CBC: hue angle of 277.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B09CBC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 156 | 188 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.26 |
| HSL | 277.5º | 0.19% | 0.67% | - |
| HSV(B) | 277.5º | 0.17% | 0.74% | - |
| XYZ | 38.87 | 36.64 | 52.6 | - |
| YUV | 165.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 188 | 0.06 | 0.17 | 0 | 0.26 | 277.5 | 0.19 | 0.67 |
| Hex | B0 | 9C | BC | 6 | 11 | 0 | 1A | 116 | 13 | 43 |
| Octal | 260 | 234 | 274 | 6 | 21 | 0 | 32 | 426 | 23 | 103 |
| Binary | 10110000 | 10011100 | 10111100 | 110 | 10001 | 0 | 11010 | 100010110 | 10011 | 1000011 |
Color Harmonies of #B09CBC
Complementary color
Monochromatic Colors of #B09CBC
Black with #B09CBC
Text Example
Text Example
White with #B09CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09CBC; }
p { color: rgb(176,156,188); }
H1.HeaderClassName
{
color: #B09CBC;
}
.AnyTagClassName
{
color: #B09CBC;
}
</style>
background-color css
<style>
a { background-color: #B09CBC; }
a { background-color: rgb(176,156,188); }
div.DivClassName
{
background-color: #B09CBC;
}
.BgClassName
{
background-color: #B09CBC;
}
</style>
border-color css
<style>
span { border-color: #B09CBC; }
span { border-color: rgb(176,156,188); }
td.TdClassName
{
border-color: #B09CBC;
}
.TagClassName
{
border-color: #B09CBC;
}
</style>