Shades of Casper #9BBCBE
Tints of Casper #9BBCBE
RGB
CMYK
RGB Variations
Color information
#9BBCBE (or 0x9BBCBE) is known color: Casper. HEX triplet: 9B, BC and BE. RGB value is (155,188,190). Sum of RGB (Red+Green+Blue) = 155+188+190=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #9BBCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCBE is #644341. Grayscale: #B2B2B2. Windows color (decimal): -6570818 or 12500123. OLE color: 12500123.
HSL color Cylindrical-coordinate representation of color #9BBCBE: hue angle of 183.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBCBE is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 188 | 190 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.25 |
| HSL | 183.43º | 0.21% | 0.68% | - |
| HSV(B) | 183.43º | 0.18% | 0.75% | - |
| XYZ | 40.8 | 46.65 | 55.57 | - |
| YUV | 178.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 190 | 0.18 | 0.01 | 0 | 0.25 | 183.43 | 0.21 | 0.68 |
| Hex | 9B | BC | BE | 12 | 1 | 0 | 19 | B7 | 15 | 44 |
| Octal | 233 | 274 | 276 | 22 | 1 | 0 | 31 | 267 | 25 | 104 |
| Binary | 10011011 | 10111100 | 10111110 | 10010 | 1 | 0 | 11001 | 10110111 | 10101 | 1000100 |
Color Harmonies of #9BBCBE
Complementary color
Monochromatic Colors of #9BBCBE
Black with #9BBCBE
Text Example
Text Example
White with #9BBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCBE; }
p { color: rgb(155,188,190); }
H1.HeaderClassName
{
color: #9BBCBE;
}
.AnyTagClassName
{
color: #9BBCBE;
}
</style>
background-color css
<style>
a { background-color: #9BBCBE; }
a { background-color: rgb(155,188,190); }
div.DivClassName
{
background-color: #9BBCBE;
}
.BgClassName
{
background-color: #9BBCBE;
}
</style>
border-color css
<style>
span { border-color: #9BBCBE; }
span { border-color: rgb(155,188,190); }
td.TdClassName
{
border-color: #9BBCBE;
}
.TagClassName
{
border-color: #9BBCBE;
}
</style>