Shades of Casper #9BBAC1
Tints of Casper #9BBAC1
RGB
CMYK
RGB Variations
Color information
#9BBAC1 (or 0x9BBAC1) is known color: Casper. HEX triplet: 9B, BA and C1. RGB value is (155,186,193). Sum of RGB (Red+Green+Blue) = 155+186+193=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 186 (73.05% from 255 or 34.83% 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 #9BBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC1 is #64453E. Grayscale: #B1B1B1. Windows color (decimal): -6571327 or 12696219. OLE color: 12696219.
HSL color Cylindrical-coordinate representation of color #9BBAC1: hue angle of 191.05º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBAC1 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 186 | 193 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.24 |
| HSL | 191.05º | 0.23% | 0.68% | - |
| HSV(B) | 191.05º | 0.2% | 0.76% | - |
| XYZ | 40.7 | 45.94 | 57.17 | - |
| YUV | 177.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 193 | 0.20 | 0.04 | 0 | 0.24 | 191.05 | 0.23 | 0.68 |
| Hex | 9B | BA | C1 | 14 | 4 | 0 | 18 | BF | 17 | 44 |
| Octal | 233 | 272 | 301 | 24 | 4 | 0 | 30 | 277 | 27 | 104 |
| Binary | 10011011 | 10111010 | 11000001 | 10100 | 100 | 0 | 11000 | 10111111 | 10111 | 1000100 |
Color Harmonies of #9BBAC1
Complementary color
Monochromatic Colors of #9BBAC1
Black with #9BBAC1
Text Example
Text Example
White with #9BBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBAC1; }
p { color: rgb(155,186,193); }
H1.HeaderClassName
{
color: #9BBAC1;
}
.AnyTagClassName
{
color: #9BBAC1;
}
</style>
background-color css
<style>
a { background-color: #9BBAC1; }
a { background-color: rgb(155,186,193); }
div.DivClassName
{
background-color: #9BBAC1;
}
.BgClassName
{
background-color: #9BBAC1;
}
</style>
border-color css
<style>
span { border-color: #9BBAC1; }
span { border-color: rgb(155,186,193); }
td.TdClassName
{
border-color: #9BBAC1;
}
.TagClassName
{
border-color: #9BBAC1;
}
</style>