Shades of East Side #B994CC
Tints of East Side #B994CC
RGB
CMYK
RGB Variations
Color information
#B994CC (or 0xB994CC) is known color: East Side. HEX triplet: B9, 94 and CC. RGB value is (185,148,204). Sum of RGB (Red+Green+Blue) = 185+148+204=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #B994CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994CC is #466B33. Grayscale: #A5A5A5. Windows color (decimal): -4614964 or 13407417. OLE color: 13407417.
HSL color Cylindrical-coordinate representation of color #B994CC: hue angle of 279.64º 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 #B994CC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 148 | 204 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.2 |
| HSL | 279.64º | 0.35% | 0.69% | - |
| HSV(B) | 279.64º | 0.27% | 0.8% | - |
| XYZ | 41.5 | 35.85 | 61.86 | - |
| YUV | 165.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 204 | 0.09 | 0.27 | 0 | 0.2 | 279.64 | 0.35 | 0.69 |
| Hex | B9 | 94 | CC | 9 | 1B | 0 | 14 | 118 | 23 | 45 |
| Octal | 271 | 224 | 314 | 11 | 33 | 0 | 24 | 430 | 43 | 105 |
| Binary | 10111001 | 10010100 | 11001100 | 1001 | 11011 | 0 | 10100 | 100011000 | 100011 | 1000101 |
Color Harmonies of #B994CC
Complementary color
Monochromatic Colors of #B994CC
Black with #B994CC
Text Example
Text Example
White with #B994CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B994CC; }
p { color: rgb(185,148,204); }
H1.HeaderClassName
{
color: #B994CC;
}
.AnyTagClassName
{
color: #B994CC;
}
</style>
background-color css
<style>
a { background-color: #B994CC; }
a { background-color: rgb(185,148,204); }
div.DivClassName
{
background-color: #B994CC;
}
.BgClassName
{
background-color: #B994CC;
}
</style>
border-color css
<style>
span { border-color: #B994CC; }
span { border-color: rgb(185,148,204); }
td.TdClassName
{
border-color: #B994CC;
}
.TagClassName
{
border-color: #B994CC;
}
</style>