Shades of East Side #B895CB
Tints of East Side #B895CB
RGB
CMYK
RGB Variations
Color information
#B895CB (or 0xB895CB) is known color: East Side. HEX triplet: B8, 95 and CB. RGB value is (184,149,203). Sum of RGB (Red+Green+Blue) = 184+149+203=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #B895CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895CB is #476A34. Grayscale: #A5A5A5. Windows color (decimal): -4680245 or 13342136. OLE color: 13342136.
HSL color Cylindrical-coordinate representation of color #B895CB: hue angle of 278.89º degrees, saturation: 0.34, 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 #B895CB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 149 | 203 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.20 |
| HSL | 278.89º | 0.34% | 0.69% | - |
| HSV(B) | 278.89º | 0.27% | 0.8% | - |
| XYZ | 41.29 | 36 | 61.27 | - |
| YUV | 165.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 203 | 0.09 | 0.27 | 0 | 0.20 | 278.89 | 0.34 | 0.69 |
| Hex | B8 | 95 | CB | 9 | 1B | 0 | 14 | 117 | 22 | 45 |
| Octal | 270 | 225 | 313 | 11 | 33 | 0 | 24 | 427 | 42 | 105 |
| Binary | 10111000 | 10010101 | 11001011 | 1001 | 11011 | 0 | 10100 | 100010111 | 100010 | 1000101 |
Color Harmonies of #B895CB
Complementary color
Monochromatic Colors of #B895CB
Black with #B895CB
Text Example
Text Example
White with #B895CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895CB; }
p { color: rgb(184,149,203); }
H1.HeaderClassName
{
color: #B895CB;
}
.AnyTagClassName
{
color: #B895CB;
}
</style>
background-color css
<style>
a { background-color: #B895CB; }
a { background-color: rgb(184,149,203); }
div.DivClassName
{
background-color: #B895CB;
}
.BgClassName
{
background-color: #B895CB;
}
</style>
border-color css
<style>
span { border-color: #B895CB; }
span { border-color: rgb(184,149,203); }
td.TdClassName
{
border-color: #B895CB;
}
.TagClassName
{
border-color: #B895CB;
}
</style>