Shades of Casper #9BBCC5
Tints of Casper #9BBCC5
RGB
CMYK
RGB Variations
Color information
#9BBCC5 (or 0x9BBCC5) is known color: Casper. HEX triplet: 9B, BC and C5. RGB value is (155,188,197). Sum of RGB (Red+Green+Blue) = 155+188+197=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 197 - color contains mainly: blue. Hex color #9BBCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCC5 is #64433A. Grayscale: #B3B3B3. Windows color (decimal): -6570811 or 12958875. OLE color: 12958875.
HSL color Cylindrical-coordinate representation of color #9BBCC5: hue angle of 192.86º degrees, saturation: 0.27, 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 #9BBCC5 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 188 | 197 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.23 |
| HSL | 192.86º | 0.27% | 0.69% | - |
| HSV(B) | 192.86º | 0.21% | 0.77% | - |
| XYZ | 41.58 | 46.97 | 59.7 | - |
| YUV | 179.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 197 | 0.21 | 0.05 | 0 | 0.23 | 192.86 | 0.27 | 0.69 |
| Hex | 9B | BC | C5 | 15 | 5 | 0 | 17 | C1 | 1B | 45 |
| Octal | 233 | 274 | 305 | 25 | 5 | 0 | 27 | 301 | 33 | 105 |
| Binary | 10011011 | 10111100 | 11000101 | 10101 | 101 | 0 | 10111 | 11000001 | 11011 | 1000101 |
Color Harmonies of #9BBCC5
Complementary color
Monochromatic Colors of #9BBCC5
Black with #9BBCC5
Text Example
Text Example
White with #9BBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCC5; }
p { color: rgb(155,188,197); }
H1.HeaderClassName
{
color: #9BBCC5;
}
.AnyTagClassName
{
color: #9BBCC5;
}
</style>
background-color css
<style>
a { background-color: #9BBCC5; }
a { background-color: rgb(155,188,197); }
div.DivClassName
{
background-color: #9BBCC5;
}
.BgClassName
{
background-color: #9BBCC5;
}
</style>
border-color css
<style>
span { border-color: #9BBCC5; }
span { border-color: rgb(155,188,197); }
td.TdClassName
{
border-color: #9BBCC5;
}
.TagClassName
{
border-color: #9BBCC5;
}
</style>