Shades of East Side #B899C3
Tints of East Side #B899C3
RGB
CMYK
RGB Variations
Color information
#B899C3 (or 0xB899C3) is known color: East Side. HEX triplet: B8, 99 and C3. RGB value is (184,153,195). Sum of RGB (Red+Green+Blue) = 184+153+195=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #B899C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899C3 is #47663C. Grayscale: #A6A6A6. Windows color (decimal): -4679229 or 12818872. OLE color: 12818872.
HSL color Cylindrical-coordinate representation of color #B899C3: hue angle of 284.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B899C3 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 153 | 195 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.24 |
| HSL | 284.29º | 0.26% | 0.68% | - |
| HSV(B) | 284.29º | 0.22% | 0.76% | - |
| XYZ | 41.01 | 36.91 | 56.59 | - |
| YUV | 167.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 195 | 0.06 | 0.22 | 0 | 0.24 | 284.29 | 0.26 | 0.68 |
| Hex | B8 | 99 | C3 | 6 | 16 | 0 | 18 | 11C | 1A | 44 |
| Octal | 270 | 231 | 303 | 6 | 26 | 0 | 30 | 434 | 32 | 104 |
| Binary | 10111000 | 10011001 | 11000011 | 110 | 10110 | 0 | 11000 | 100011100 | 11010 | 1000100 |
Color Harmonies of #B899C3
Complementary color
Monochromatic Colors of #B899C3
Black with #B899C3
Text Example
Text Example
White with #B899C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899C3; }
p { color: rgb(184,153,195); }
H1.HeaderClassName
{
color: #B899C3;
}
.AnyTagClassName
{
color: #B899C3;
}
</style>
background-color css
<style>
a { background-color: #B899C3; }
a { background-color: rgb(184,153,195); }
div.DivClassName
{
background-color: #B899C3;
}
.BgClassName
{
background-color: #B899C3;
}
</style>
border-color css
<style>
span { border-color: #B899C3; }
span { border-color: rgb(184,153,195); }
td.TdClassName
{
border-color: #B899C3;
}
.TagClassName
{
border-color: #B899C3;
}
</style>