Shades of Casper #9CBEC5
Tints of Casper #9CBEC5
RGB
CMYK
RGB Variations
Color information
#9CBEC5 (or 0x9CBEC5) is known color: Casper. HEX triplet: 9C, BE and C5. RGB value is (156,190,197). Sum of RGB (Red+Green+Blue) = 156+190+197=543 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.73% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 197 - color contains mainly: blue. Hex color #9CBEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEC5 is #63413A. Grayscale: #B4B4B4. Windows color (decimal): -6504763 or 12959388. OLE color: 12959388.
HSL color Cylindrical-coordinate representation of color #9CBEC5: hue angle of 190.24º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CBEC5 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 190 | 197 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.23 |
| HSL | 190.24º | 0.26% | 0.69% | - |
| HSV(B) | 190.24º | 0.21% | 0.77% | - |
| XYZ | 42.2 | 47.93 | 59.85 | - |
| YUV | 180.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 197 | 0.21 | 0.04 | 0 | 0.23 | 190.24 | 0.26 | 0.69 |
| Hex | 9C | BE | C5 | 15 | 4 | 0 | 17 | BE | 1A | 45 |
| Octal | 234 | 276 | 305 | 25 | 4 | 0 | 27 | 276 | 32 | 105 |
| Binary | 10011100 | 10111110 | 11000101 | 10101 | 100 | 0 | 10111 | 10111110 | 11010 | 1000101 |
Color Harmonies of #9CBEC5
Complementary color
Monochromatic Colors of #9CBEC5
Black with #9CBEC5
Text Example
Text Example
White with #9CBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBEC5; }
p { color: rgb(156,190,197); }
H1.HeaderClassName
{
color: #9CBEC5;
}
.AnyTagClassName
{
color: #9CBEC5;
}
</style>
background-color css
<style>
a { background-color: #9CBEC5; }
a { background-color: rgb(156,190,197); }
div.DivClassName
{
background-color: #9CBEC5;
}
.BgClassName
{
background-color: #9CBEC5;
}
</style>
border-color css
<style>
span { border-color: #9CBEC5; }
span { border-color: rgb(156,190,197); }
td.TdClassName
{
border-color: #9CBEC5;
}
.TagClassName
{
border-color: #9CBEC5;
}
</style>