Shades of Casper #96BEC5
Tints of Casper #96BEC5
RGB
CMYK
RGB Variations
Color information
#96BEC5 (or 0x96BEC5) is known color: Casper. HEX triplet: 96, BE and C5. RGB value is (150,190,197). Sum of RGB (Red+Green+Blue) = 150+190+197=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #96BEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEC5 is #69413A. Grayscale: #B2B2B2. Windows color (decimal): -6897979 or 12959382. OLE color: 12959382.
HSL color Cylindrical-coordinate representation of color #96BEC5: hue angle of 188.94º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96BEC5 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 190 | 197 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.23 |
| HSL | 188.94º | 0.29% | 0.68% | - |
| HSV(B) | 188.94º | 0.24% | 0.77% | - |
| XYZ | 41.07 | 47.34 | 59.8 | - |
| YUV | 178.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 197 | 0.24 | 0.04 | 0 | 0.23 | 188.94 | 0.29 | 0.68 |
| Hex | 96 | BE | C5 | 18 | 4 | 0 | 17 | BD | 1D | 44 |
| Octal | 226 | 276 | 305 | 30 | 4 | 0 | 27 | 275 | 35 | 104 |
| Binary | 10010110 | 10111110 | 11000101 | 11000 | 100 | 0 | 10111 | 10111101 | 11101 | 1000100 |
Color Harmonies of #96BEC5
Complementary color
Monochromatic Colors of #96BEC5
Black with #96BEC5
Text Example
Text Example
White with #96BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BEC5; }
p { color: rgb(150,190,197); }
H1.HeaderClassName
{
color: #96BEC5;
}
.AnyTagClassName
{
color: #96BEC5;
}
</style>
background-color css
<style>
a { background-color: #96BEC5; }
a { background-color: rgb(150,190,197); }
div.DivClassName
{
background-color: #96BEC5;
}
.BgClassName
{
background-color: #96BEC5;
}
</style>
border-color css
<style>
span { border-color: #96BEC5; }
span { border-color: rgb(150,190,197); }
td.TdClassName
{
border-color: #96BEC5;
}
.TagClassName
{
border-color: #96BEC5;
}
</style>