Shades of Casper #98BDC1
Tints of Casper #98BDC1
RGB
CMYK
RGB Variations
Color information
#98BDC1 (or 0x98BDC1) is known color: Casper. HEX triplet: 98, BD and C1. RGB value is (152,189,193). Sum of RGB (Red+Green+Blue) = 152+189+193=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #98BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BDC1 is #67423E. Grayscale: #B2B2B2. Windows color (decimal): -6767167 or 12696984. OLE color: 12696984.
HSL color Cylindrical-coordinate representation of color #98BDC1: hue angle of 185.85º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98BDC1 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 189 | 193 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.24 |
| HSL | 185.85º | 0.25% | 0.68% | - |
| HSV(B) | 185.85º | 0.21% | 0.76% | - |
| XYZ | 40.77 | 46.92 | 57.36 | - |
| YUV | 178.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 189 | 193 | 0.21 | 0.02 | 0 | 0.24 | 185.85 | 0.25 | 0.68 |
| Hex | 98 | BD | C1 | 15 | 2 | 0 | 18 | BA | 19 | 44 |
| Octal | 230 | 275 | 301 | 25 | 2 | 0 | 30 | 272 | 31 | 104 |
| Binary | 10011000 | 10111101 | 11000001 | 10101 | 10 | 0 | 11000 | 10111010 | 11001 | 1000100 |
Color Harmonies of #98BDC1
Complementary color
Monochromatic Colors of #98BDC1
Black with #98BDC1
Text Example
Text Example
White with #98BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BDC1; }
p { color: rgb(152,189,193); }
H1.HeaderClassName
{
color: #98BDC1;
}
.AnyTagClassName
{
color: #98BDC1;
}
</style>
background-color css
<style>
a { background-color: #98BDC1; }
a { background-color: rgb(152,189,193); }
div.DivClassName
{
background-color: #98BDC1;
}
.BgClassName
{
background-color: #98BDC1;
}
</style>
border-color css
<style>
span { border-color: #98BDC1; }
span { border-color: rgb(152,189,193); }
td.TdClassName
{
border-color: #98BDC1;
}
.TagClassName
{
border-color: #98BDC1;
}
</style>