Shades of Casper #9BBAC3
Tints of Casper #9BBAC3
RGB
CMYK
RGB Variations
Color information
#9BBAC3 (or 0x9BBAC3) is known color: Casper. HEX triplet: 9B, BA and C3. RGB value is (155,186,195). Sum of RGB (Red+Green+Blue) = 155+186+195=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 195 - color contains mainly: blue. Hex color #9BBAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC3 is #64453C. Grayscale: #B1B1B1. Windows color (decimal): -6571325 or 12827291. OLE color: 12827291.
HSL color Cylindrical-coordinate representation of color #9BBAC3: hue angle of 193.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BBAC3 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 186 | 195 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.24 |
| HSL | 193.5º | 0.25% | 0.69% | - |
| HSV(B) | 193.5º | 0.21% | 0.76% | - |
| XYZ | 40.93 | 46.03 | 58.36 | - |
| YUV | 177.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 195 | 0.21 | 0.05 | 0 | 0.24 | 193.5 | 0.25 | 0.69 |
| Hex | 9B | BA | C3 | 15 | 5 | 0 | 18 | C2 | 19 | 45 |
| Octal | 233 | 272 | 303 | 25 | 5 | 0 | 30 | 302 | 31 | 105 |
| Binary | 10011011 | 10111010 | 11000011 | 10101 | 101 | 0 | 11000 | 11000010 | 11001 | 1000101 |
Color Harmonies of #9BBAC3
Complementary color
Monochromatic Colors of #9BBAC3
Black with #9BBAC3
Text Example
Text Example
White with #9BBAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBAC3; }
p { color: rgb(155,186,195); }
H1.HeaderClassName
{
color: #9BBAC3;
}
.AnyTagClassName
{
color: #9BBAC3;
}
</style>
background-color css
<style>
a { background-color: #9BBAC3; }
a { background-color: rgb(155,186,195); }
div.DivClassName
{
background-color: #9BBAC3;
}
.BgClassName
{
background-color: #9BBAC3;
}
</style>
border-color css
<style>
span { border-color: #9BBAC3; }
span { border-color: rgb(155,186,195); }
td.TdClassName
{
border-color: #9BBAC3;
}
.TagClassName
{
border-color: #9BBAC3;
}
</style>