Shades of Casper #9BB8BC
Tints of Casper #9BB8BC
RGB
CMYK
RGB Variations
Color information
#9BB8BC (or 0x9BB8BC) is known color: Casper. HEX triplet: 9B, B8 and BC. RGB value is (155,184,188). Sum of RGB (Red+Green+Blue) = 155+184+188=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 184 (72.27% from 255 or 34.91% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8BC is #644743. Grayscale: #AFAFAF. Windows color (decimal): -6571844 or 12368027. OLE color: 12368027.
HSL color Cylindrical-coordinate representation of color #9BB8BC: hue angle of 187.27º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BB8BC is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 184 | 188 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.26 |
| HSL | 187.27º | 0.2% | 0.67% | - |
| HSV(B) | 187.27º | 0.18% | 0.74% | - |
| XYZ | 39.74 | 44.88 | 54.15 | - |
| YUV | 175.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 188 | 0.18 | 0.02 | 0 | 0.26 | 187.27 | 0.2 | 0.67 |
| Hex | 9B | B8 | BC | 12 | 2 | 0 | 1A | BB | 14 | 43 |
| Octal | 233 | 270 | 274 | 22 | 2 | 0 | 32 | 273 | 24 | 103 |
| Binary | 10011011 | 10111000 | 10111100 | 10010 | 10 | 0 | 11010 | 10111011 | 10100 | 1000011 |
Color Harmonies of #9BB8BC
Complementary color
Monochromatic Colors of #9BB8BC
Black with #9BB8BC
Text Example
Text Example
White with #9BB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB8BC; }
p { color: rgb(155,184,188); }
H1.HeaderClassName
{
color: #9BB8BC;
}
.AnyTagClassName
{
color: #9BB8BC;
}
</style>
background-color css
<style>
a { background-color: #9BB8BC; }
a { background-color: rgb(155,184,188); }
div.DivClassName
{
background-color: #9BB8BC;
}
.BgClassName
{
background-color: #9BB8BC;
}
</style>
border-color css
<style>
span { border-color: #9BB8BC; }
span { border-color: rgb(155,184,188); }
td.TdClassName
{
border-color: #9BB8BC;
}
.TagClassName
{
border-color: #9BB8BC;
}
</style>