Shades of Casper #9BBDBF
Tints of Casper #9BBDBF
RGB
CMYK
RGB Variations
Color information
#9BBDBF (or 0x9BBDBF) is known color: Casper. HEX triplet: 9B, BD and BF. RGB value is (155,189,191). Sum of RGB (Red+Green+Blue) = 155+189+191=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDBF is #644240. Grayscale: #B3B3B3. Windows color (decimal): -6570561 or 12565915. OLE color: 12565915.
HSL color Cylindrical-coordinate representation of color #9BBDBF: hue angle of 183.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBDBF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 189 | 191 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.25 |
| HSL | 183.33º | 0.22% | 0.68% | - |
| HSV(B) | 183.33º | 0.19% | 0.75% | - |
| XYZ | 41.12 | 47.13 | 56.22 | - |
| YUV | 179.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 191 | 0.19 | 0.01 | 0 | 0.25 | 183.33 | 0.22 | 0.68 |
| Hex | 9B | BD | BF | 13 | 1 | 0 | 19 | B7 | 16 | 44 |
| Octal | 233 | 275 | 277 | 23 | 1 | 0 | 31 | 267 | 26 | 104 |
| Binary | 10011011 | 10111101 | 10111111 | 10011 | 1 | 0 | 11001 | 10110111 | 10110 | 1000100 |
Color Harmonies of #9BBDBF
Complementary color
Monochromatic Colors of #9BBDBF
Black with #9BBDBF
Text Example
Text Example
White with #9BBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDBF; }
p { color: rgb(155,189,191); }
H1.HeaderClassName
{
color: #9BBDBF;
}
.AnyTagClassName
{
color: #9BBDBF;
}
</style>
background-color css
<style>
a { background-color: #9BBDBF; }
a { background-color: rgb(155,189,191); }
div.DivClassName
{
background-color: #9BBDBF;
}
.BgClassName
{
background-color: #9BBDBF;
}
</style>
border-color css
<style>
span { border-color: #9BBDBF; }
span { border-color: rgb(155,189,191); }
td.TdClassName
{
border-color: #9BBDBF;
}
.TagClassName
{
border-color: #9BBDBF;
}
</style>