Shades of Blue Bell #98A2CE
Tints of Blue Bell #98A2CE
RGB
CMYK
RGB Variations
Color information
#98A2CE (or 0x98A2CE) is known color: Blue Bell. HEX triplet: 98, A2 and CE. RGB value is (152,162,206). Sum of RGB (Red+Green+Blue) = 152+162+206=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #98A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2CE is #675D31. Grayscale: #A3A3A3. Windows color (decimal): -6774066 or 13542040. OLE color: 13542040.
HSL color Cylindrical-coordinate representation of color #98A2CE: hue angle of 228.89º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98A2CE is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 162 | 206 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.19 |
| HSL | 228.89º | 0.36% | 0.7% | - |
| HSV(B) | 228.89º | 0.26% | 0.81% | - |
| XYZ | 37.01 | 36.97 | 63.58 | - |
| YUV | 164.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 206 | 0.26 | 0.21 | 0 | 0.19 | 228.89 | 0.36 | 0.7 |
| Hex | 98 | A2 | CE | 1A | 15 | 0 | 13 | E5 | 24 | 46 |
| Octal | 230 | 242 | 316 | 32 | 25 | 0 | 23 | 345 | 44 | 106 |
| Binary | 10011000 | 10100010 | 11001110 | 11010 | 10101 | 0 | 10011 | 11100101 | 100100 | 1000110 |
Color Harmonies of #98A2CE
Complementary color
Monochromatic Colors of #98A2CE
Black with #98A2CE
Text Example
Text Example
White with #98A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A2CE; }
p { color: rgb(152,162,206); }
H1.HeaderClassName
{
color: #98A2CE;
}
.AnyTagClassName
{
color: #98A2CE;
}
</style>
background-color css
<style>
a { background-color: #98A2CE; }
a { background-color: rgb(152,162,206); }
div.DivClassName
{
background-color: #98A2CE;
}
.BgClassName
{
background-color: #98A2CE;
}
</style>
border-color css
<style>
span { border-color: #98A2CE; }
span { border-color: rgb(152,162,206); }
td.TdClassName
{
border-color: #98A2CE;
}
.TagClassName
{
border-color: #98A2CE;
}
</style>