Shades of East Side #B799C8
Tints of East Side #B799C8
RGB
CMYK
RGB Variations
Color information
#B799C8 (or 0xB799C8) is known color: East Side. HEX triplet: B7, 99 and C8. RGB value is (183,153,200). Sum of RGB (Red+Green+Blue) = 183+153+200=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 200 - color contains mainly: blue. Hex color #B799C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799C8 is #486637. Grayscale: #A7A7A7. Windows color (decimal): -4744760 or 13146551. OLE color: 13146551.
HSL color Cylindrical-coordinate representation of color #B799C8: hue angle of 278.3º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B799C8 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 153 | 200 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.22 |
| HSL | 278.3º | 0.3% | 0.69% | - |
| HSV(B) | 278.3º | 0.24% | 0.78% | - |
| XYZ | 41.35 | 37.02 | 59.61 | - |
| YUV | 167.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 200 | 0.08 | 0.24 | 0 | 0.22 | 278.3 | 0.3 | 0.69 |
| Hex | B7 | 99 | C8 | 8 | 18 | 0 | 16 | 116 | 1E | 45 |
| Octal | 267 | 231 | 310 | 10 | 30 | 0 | 26 | 426 | 36 | 105 |
| Binary | 10110111 | 10011001 | 11001000 | 1000 | 11000 | 0 | 10110 | 100010110 | 11110 | 1000101 |
Color Harmonies of #B799C8
Complementary color
Monochromatic Colors of #B799C8
Black with #B799C8
Text Example
Text Example
White with #B799C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B799C8; }
p { color: rgb(183,153,200); }
H1.HeaderClassName
{
color: #B799C8;
}
.AnyTagClassName
{
color: #B799C8;
}
</style>
background-color css
<style>
a { background-color: #B799C8; }
a { background-color: rgb(183,153,200); }
div.DivClassName
{
background-color: #B799C8;
}
.BgClassName
{
background-color: #B799C8;
}
</style>
border-color css
<style>
span { border-color: #B799C8; }
span { border-color: rgb(183,153,200); }
td.TdClassName
{
border-color: #B799C8;
}
.TagClassName
{
border-color: #B799C8;
}
</style>