Shades of East Side #B895CD
Tints of East Side #B895CD
RGB
CMYK
RGB Variations
Color information
#B895CD (or 0xB895CD) is known color: East Side. HEX triplet: B8, 95 and CD. RGB value is (184,149,205). Sum of RGB (Red+Green+Blue) = 184+149+205=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B895CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895CD is #476A32. Grayscale: #A5A5A5. Windows color (decimal): -4680243 or 13473208. OLE color: 13473208.
HSL color Cylindrical-coordinate representation of color #B895CD: hue angle of 277.5º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B895CD is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 149 | 205 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.20 |
| HSL | 277.5º | 0.36% | 0.69% | - |
| HSV(B) | 277.5º | 0.27% | 0.8% | - |
| XYZ | 41.53 | 36.09 | 62.54 | - |
| YUV | 165.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 205 | 0.10 | 0.27 | 0 | 0.20 | 277.5 | 0.36 | 0.69 |
| Hex | B8 | 95 | CD | A | 1B | 0 | 14 | 116 | 24 | 45 |
| Octal | 270 | 225 | 315 | 12 | 33 | 0 | 24 | 426 | 44 | 105 |
| Binary | 10111000 | 10010101 | 11001101 | 1010 | 11011 | 0 | 10100 | 100010110 | 100100 | 1000101 |
Color Harmonies of #B895CD
Complementary color
Monochromatic Colors of #B895CD
Black with #B895CD
Text Example
Text Example
White with #B895CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895CD; }
p { color: rgb(184,149,205); }
H1.HeaderClassName
{
color: #B895CD;
}
.AnyTagClassName
{
color: #B895CD;
}
</style>
background-color css
<style>
a { background-color: #B895CD; }
a { background-color: rgb(184,149,205); }
div.DivClassName
{
background-color: #B895CD;
}
.BgClassName
{
background-color: #B895CD;
}
</style>
border-color css
<style>
span { border-color: #B895CD; }
span { border-color: rgb(184,149,205); }
td.TdClassName
{
border-color: #B895CD;
}
.TagClassName
{
border-color: #B895CD;
}
</style>