Shades of Casper #9BBAC2
Tints of Casper #9BBAC2
RGB
CMYK
RGB Variations
Color information
#9BBAC2 (or 0x9BBAC2) is known color: Casper. HEX triplet: 9B, BA and C2. RGB value is (155,186,194). Sum of RGB (Red+Green+Blue) = 155+186+194=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #9BBAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAC2 is #64453D. Grayscale: #B1B1B1. Windows color (decimal): -6571326 or 12761755. OLE color: 12761755.
HSL color Cylindrical-coordinate representation of color #9BBAC2: hue angle of 192.31º degrees, saturation: 0.24, 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 #9BBAC2 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 186 | 194 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.24 |
| HSL | 192.31º | 0.24% | 0.68% | - |
| HSV(B) | 192.31º | 0.2% | 0.76% | - |
| XYZ | 40.81 | 45.98 | 57.76 | - |
| YUV | 177.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 194 | 0.20 | 0.04 | 0 | 0.24 | 192.31 | 0.24 | 0.68 |
| Hex | 9B | BA | C2 | 14 | 4 | 0 | 18 | C0 | 18 | 44 |
| Octal | 233 | 272 | 302 | 24 | 4 | 0 | 30 | 300 | 30 | 104 |
| Binary | 10011011 | 10111010 | 11000010 | 10100 | 100 | 0 | 11000 | 11000000 | 11000 | 1000100 |
Color Harmonies of #9BBAC2
Complementary color
Monochromatic Colors of #9BBAC2
Black with #9BBAC2
Text Example
Text Example
White with #9BBAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBAC2; }
p { color: rgb(155,186,194); }
H1.HeaderClassName
{
color: #9BBAC2;
}
.AnyTagClassName
{
color: #9BBAC2;
}
</style>
background-color css
<style>
a { background-color: #9BBAC2; }
a { background-color: rgb(155,186,194); }
div.DivClassName
{
background-color: #9BBAC2;
}
.BgClassName
{
background-color: #9BBAC2;
}
</style>
border-color css
<style>
span { border-color: #9BBAC2; }
span { border-color: rgb(155,186,194); }
td.TdClassName
{
border-color: #9BBAC2;
}
.TagClassName
{
border-color: #9BBAC2;
}
</style>