Shades of East Side #B790C8
Tints of East Side #B790C8
RGB
CMYK
RGB Variations
Color information
#B790C8 (or 0xB790C8) is known color: East Side. HEX triplet: B7, 90 and C8. RGB value is (183,144,200). Sum of RGB (Red+Green+Blue) = 183+144+200=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #B790C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790C8 is #486F37. Grayscale: #A1A1A1. Windows color (decimal): -4747064 or 13144247. OLE color: 13144247.
HSL color Cylindrical-coordinate representation of color #B790C8: hue angle of 281.79º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B790C8 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 144 | 200 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.22 |
| HSL | 281.79º | 0.34% | 0.67% | - |
| HSV(B) | 281.79º | 0.28% | 0.78% | - |
| XYZ | 39.93 | 34.18 | 59.14 | - |
| YUV | 162.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 200 | 0.08 | 0.28 | 0 | 0.22 | 281.79 | 0.34 | 0.67 |
| Hex | B7 | 90 | C8 | 8 | 1C | 0 | 16 | 11A | 22 | 43 |
| Octal | 267 | 220 | 310 | 10 | 34 | 0 | 26 | 432 | 42 | 103 |
| Binary | 10110111 | 10010000 | 11001000 | 1000 | 11100 | 0 | 10110 | 100011010 | 100010 | 1000011 |
Color Harmonies of #B790C8
Complementary color
Monochromatic Colors of #B790C8
Black with #B790C8
Text Example
Text Example
White with #B790C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B790C8; }
p { color: rgb(183,144,200); }
H1.HeaderClassName
{
color: #B790C8;
}
.AnyTagClassName
{
color: #B790C8;
}
</style>
background-color css
<style>
a { background-color: #B790C8; }
a { background-color: rgb(183,144,200); }
div.DivClassName
{
background-color: #B790C8;
}
.BgClassName
{
background-color: #B790C8;
}
</style>
border-color css
<style>
span { border-color: #B790C8; }
span { border-color: rgb(183,144,200); }
td.TdClassName
{
border-color: #B790C8;
}
.TagClassName
{
border-color: #B790C8;
}
</style>