Shades of East Side #B995CB
Tints of East Side #B995CB
RGB
CMYK
RGB Variations
Color information
#B995CB (or 0xB995CB) is known color: East Side. HEX triplet: B9, 95 and CB. RGB value is (185,149,203). Sum of RGB (Red+Green+Blue) = 185+149+203=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #B995CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995CB is #466A34. Grayscale: #A5A5A5. Windows color (decimal): -4614709 or 13342137. OLE color: 13342137.
HSL color Cylindrical-coordinate representation of color #B995CB: hue angle of 280º 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 #B995CB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 149 | 203 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.20 |
| HSL | 280º | 0.34% | 0.69% | - |
| HSV(B) | 280º | 0.27% | 0.8% | - |
| XYZ | 41.53 | 36.12 | 61.28 | - |
| YUV | 165.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 203 | 0.09 | 0.27 | 0 | 0.20 | 280 | 0.34 | 0.69 |
| Hex | B9 | 95 | CB | 9 | 1B | 0 | 14 | 118 | 22 | 45 |
| Octal | 271 | 225 | 313 | 11 | 33 | 0 | 24 | 430 | 42 | 105 |
| Binary | 10111001 | 10010101 | 11001011 | 1001 | 11011 | 0 | 10100 | 100011000 | 100010 | 1000101 |
Color Harmonies of #B995CB
Complementary color
Monochromatic Colors of #B995CB
Black with #B995CB
Text Example
Text Example
White with #B995CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B995CB; }
p { color: rgb(185,149,203); }
H1.HeaderClassName
{
color: #B995CB;
}
.AnyTagClassName
{
color: #B995CB;
}
</style>
background-color css
<style>
a { background-color: #B995CB; }
a { background-color: rgb(185,149,203); }
div.DivClassName
{
background-color: #B995CB;
}
.BgClassName
{
background-color: #B995CB;
}
</style>
border-color css
<style>
span { border-color: #B995CB; }
span { border-color: rgb(185,149,203); }
td.TdClassName
{
border-color: #B995CB;
}
.TagClassName
{
border-color: #B995CB;
}
</style>