Shades of East Side #B994CB
Tints of East Side #B994CB
RGB
CMYK
RGB Variations
Color information
#B994CB (or 0xB994CB) is known color: East Side. HEX triplet: B9, 94 and CB. RGB value is (185,148,203). Sum of RGB (Red+Green+Blue) = 185+148+203=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 148 (58.20% from 255 or 27.61% 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 #B994CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994CB is #466B34. Grayscale: #A5A5A5. Windows color (decimal): -4614965 or 13341881. OLE color: 13341881.
HSL color Cylindrical-coordinate representation of color #B994CB: hue angle of 280.36º degrees, saturation: 0.35, 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 #B994CB is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 148 | 203 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.20 |
| HSL | 280.36º | 0.35% | 0.69% | - |
| HSV(B) | 280.36º | 0.27% | 0.8% | - |
| XYZ | 41.38 | 35.81 | 61.23 | - |
| YUV | 165.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 203 | 0.09 | 0.27 | 0 | 0.20 | 280.36 | 0.35 | 0.69 |
| Hex | B9 | 94 | CB | 9 | 1B | 0 | 14 | 118 | 23 | 45 |
| Octal | 271 | 224 | 313 | 11 | 33 | 0 | 24 | 430 | 43 | 105 |
| Binary | 10111001 | 10010100 | 11001011 | 1001 | 11011 | 0 | 10100 | 100011000 | 100011 | 1000101 |
Color Harmonies of #B994CB
Complementary color
Monochromatic Colors of #B994CB
Black with #B994CB
Text Example
Text Example
White with #B994CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B994CB; }
p { color: rgb(185,148,203); }
H1.HeaderClassName
{
color: #B994CB;
}
.AnyTagClassName
{
color: #B994CB;
}
</style>
background-color css
<style>
a { background-color: #B994CB; }
a { background-color: rgb(185,148,203); }
div.DivClassName
{
background-color: #B994CB;
}
.BgClassName
{
background-color: #B994CB;
}
</style>
border-color css
<style>
span { border-color: #B994CB; }
span { border-color: rgb(185,148,203); }
td.TdClassName
{
border-color: #B994CB;
}
.TagClassName
{
border-color: #B994CB;
}
</style>