Shades of Casper #9BB8BA
Tints of Casper #9BB8BA
RGB
CMYK
RGB Variations
Color information
#9BB8BA (or 0x9BB8BA) is known color: Casper. HEX triplet: 9B, B8 and BA. RGB value is (155,184,186). Sum of RGB (Red+Green+Blue) = 155+184+186=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #9BB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8BA is #644745. Grayscale: #AFAFAF. Windows color (decimal): -6571846 or 12236955. OLE color: 12236955.
HSL color Cylindrical-coordinate representation of color #9BB8BA: hue angle of 183.87º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BB8BA is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 184 | 186 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.27 |
| HSL | 183.87º | 0.18% | 0.67% | - |
| HSV(B) | 183.87º | 0.17% | 0.73% | - |
| XYZ | 39.52 | 44.79 | 53.02 | - |
| YUV | 175.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 184 | 186 | 0.17 | 0.01 | 0 | 0.27 | 183.87 | 0.18 | 0.67 |
| Hex | 9B | B8 | BA | 11 | 1 | 0 | 1B | B8 | 12 | 43 |
| Octal | 233 | 270 | 272 | 21 | 1 | 0 | 33 | 270 | 22 | 103 |
| Binary | 10011011 | 10111000 | 10111010 | 10001 | 1 | 0 | 11011 | 10111000 | 10010 | 1000011 |
Color Harmonies of #9BB8BA
Complementary color
Monochromatic Colors of #9BB8BA
Black with #9BB8BA
Text Example
Text Example
White with #9BB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB8BA; }
p { color: rgb(155,184,186); }
H1.HeaderClassName
{
color: #9BB8BA;
}
.AnyTagClassName
{
color: #9BB8BA;
}
</style>
background-color css
<style>
a { background-color: #9BB8BA; }
a { background-color: rgb(155,184,186); }
div.DivClassName
{
background-color: #9BB8BA;
}
.BgClassName
{
background-color: #9BB8BA;
}
</style>
border-color css
<style>
span { border-color: #9BB8BA; }
span { border-color: rgb(155,184,186); }
td.TdClassName
{
border-color: #9BB8BA;
}
.TagClassName
{
border-color: #9BB8BA;
}
</style>