Shades of Casper #99B9C4
Tints of Casper #99B9C4
RGB
CMYK
RGB Variations
Color information
#99B9C4 (or 0x99B9C4) is known color: Casper. HEX triplet: 99, B9 and C4. RGB value is (153,185,196). Sum of RGB (Red+Green+Blue) = 153+185+196=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #99B9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9C4 is #66463B. Grayscale: #B0B0B0. Windows color (decimal): -6702652 or 12892569. OLE color: 12892569.
HSL color Cylindrical-coordinate representation of color #99B9C4: hue angle of 195.35º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99B9C4 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 185 | 196 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.23 |
| HSL | 195.35º | 0.27% | 0.68% | - |
| HSV(B) | 195.35º | 0.22% | 0.77% | - |
| XYZ | 40.45 | 45.46 | 58.87 | - |
| YUV | 176.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 196 | 0.22 | 0.06 | 0 | 0.23 | 195.35 | 0.27 | 0.68 |
| Hex | 99 | B9 | C4 | 16 | 6 | 0 | 17 | C3 | 1B | 44 |
| Octal | 231 | 271 | 304 | 26 | 6 | 0 | 27 | 303 | 33 | 104 |
| Binary | 10011001 | 10111001 | 11000100 | 10110 | 110 | 0 | 10111 | 11000011 | 11011 | 1000100 |
Color Harmonies of #99B9C4
Complementary color
Monochromatic Colors of #99B9C4
Black with #99B9C4
Text Example
Text Example
White with #99B9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9C4; }
p { color: rgb(153,185,196); }
H1.HeaderClassName
{
color: #99B9C4;
}
.AnyTagClassName
{
color: #99B9C4;
}
</style>
background-color css
<style>
a { background-color: #99B9C4; }
a { background-color: rgb(153,185,196); }
div.DivClassName
{
background-color: #99B9C4;
}
.BgClassName
{
background-color: #99B9C4;
}
</style>
border-color css
<style>
span { border-color: #99B9C4; }
span { border-color: rgb(153,185,196); }
td.TdClassName
{
border-color: #99B9C4;
}
.TagClassName
{
border-color: #99B9C4;
}
</style>