Shades of East Side #B898C3
Tints of East Side #B898C3
RGB
CMYK
RGB Variations
Color information
#B898C3 (or 0xB898C3) is known color: East Side. HEX triplet: B8, 98 and C3. RGB value is (184,152,195). Sum of RGB (Red+Green+Blue) = 184+152+195=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #B898C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898C3 is #47673C. Grayscale: #A6A6A6. Windows color (decimal): -4679485 or 12818616. OLE color: 12818616.
HSL color Cylindrical-coordinate representation of color #B898C3: hue angle of 284.65º 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 #B898C3 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 152 | 195 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.24 |
| HSL | 284.65º | 0.26% | 0.68% | - |
| HSV(B) | 284.65º | 0.22% | 0.76% | - |
| XYZ | 40.85 | 36.59 | 56.54 | - |
| YUV | 166.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 195 | 0.06 | 0.22 | 0 | 0.24 | 284.65 | 0.26 | 0.68 |
| Hex | B8 | 98 | C3 | 6 | 16 | 0 | 18 | 11D | 1A | 44 |
| Octal | 270 | 230 | 303 | 6 | 26 | 0 | 30 | 435 | 32 | 104 |
| Binary | 10111000 | 10011000 | 11000011 | 110 | 10110 | 0 | 11000 | 100011101 | 11010 | 1000100 |
Color Harmonies of #B898C3
Complementary color
Monochromatic Colors of #B898C3
Black with #B898C3
Text Example
Text Example
White with #B898C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898C3; }
p { color: rgb(184,152,195); }
H1.HeaderClassName
{
color: #B898C3;
}
.AnyTagClassName
{
color: #B898C3;
}
</style>
background-color css
<style>
a { background-color: #B898C3; }
a { background-color: rgb(184,152,195); }
div.DivClassName
{
background-color: #B898C3;
}
.BgClassName
{
background-color: #B898C3;
}
</style>
border-color css
<style>
span { border-color: #B898C3; }
span { border-color: rgb(184,152,195); }
td.TdClassName
{
border-color: #B898C3;
}
.TagClassName
{
border-color: #B898C3;
}
</style>