Shades of East Side #B897CB
Tints of East Side #B897CB
RGB
CMYK
RGB Variations
Color information
#B897CB (or 0xB897CB) is known color: East Side. HEX triplet: B8, 97 and CB. RGB value is (184,151,203). Sum of RGB (Red+Green+Blue) = 184+151+203=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #B897CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B897CB is #476834. Grayscale: #A6A6A6. Windows color (decimal): -4679733 or 13342648. OLE color: 13342648.
HSL color Cylindrical-coordinate representation of color #B897CB: hue angle of 278.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B897CB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 151 | 203 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.20 |
| HSL | 278.08º | 0.33% | 0.69% | - |
| HSV(B) | 278.08º | 0.26% | 0.8% | - |
| XYZ | 41.61 | 36.64 | 61.38 | - |
| YUV | 166.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 203 | 0.09 | 0.26 | 0 | 0.20 | 278.08 | 0.33 | 0.69 |
| Hex | B8 | 97 | CB | 9 | 1A | 0 | 14 | 116 | 21 | 45 |
| Octal | 270 | 227 | 313 | 11 | 32 | 0 | 24 | 426 | 41 | 105 |
| Binary | 10111000 | 10010111 | 11001011 | 1001 | 11010 | 0 | 10100 | 100010110 | 100001 | 1000101 |
Color Harmonies of #B897CB
Complementary color
Monochromatic Colors of #B897CB
Black with #B897CB
Text Example
Text Example
White with #B897CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B897CB; }
p { color: rgb(184,151,203); }
H1.HeaderClassName
{
color: #B897CB;
}
.AnyTagClassName
{
color: #B897CB;
}
</style>
background-color css
<style>
a { background-color: #B897CB; }
a { background-color: rgb(184,151,203); }
div.DivClassName
{
background-color: #B897CB;
}
.BgClassName
{
background-color: #B897CB;
}
</style>
border-color css
<style>
span { border-color: #B897CB; }
span { border-color: rgb(184,151,203); }
td.TdClassName
{
border-color: #B897CB;
}
.TagClassName
{
border-color: #B897CB;
}
</style>