Shades of Casper #9CB6BB
Tints of Casper #9CB6BB
RGB
CMYK
RGB Variations
Color information
#9CB6BB (or 0x9CB6BB) is known color: Casper. HEX triplet: 9C, B6 and BB. RGB value is (156,182,187). Sum of RGB (Red+Green+Blue) = 156+182+187=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CB6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB6BB is #634944. Grayscale: #AEAEAE. Windows color (decimal): -6506821 or 12301980. OLE color: 12301980.
HSL color Cylindrical-coordinate representation of color #9CB6BB: hue angle of 189.68º degrees, saturation: 0.19, 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 #9CB6BB is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 182 | 187 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.27 |
| HSL | 189.68º | 0.19% | 0.67% | - |
| HSV(B) | 189.68º | 0.17% | 0.73% | - |
| XYZ | 39.41 | 44.11 | 53.45 | - |
| YUV | 174.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 187 | 0.17 | 0.03 | 0 | 0.27 | 189.68 | 0.19 | 0.67 |
| Hex | 9C | B6 | BB | 11 | 3 | 0 | 1B | BE | 13 | 43 |
| Octal | 234 | 266 | 273 | 21 | 3 | 0 | 33 | 276 | 23 | 103 |
| Binary | 10011100 | 10110110 | 10111011 | 10001 | 11 | 0 | 11011 | 10111110 | 10011 | 1000011 |
Color Harmonies of #9CB6BB
Complementary color
Monochromatic Colors of #9CB6BB
Black with #9CB6BB
Text Example
Text Example
White with #9CB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB6BB; }
p { color: rgb(156,182,187); }
H1.HeaderClassName
{
color: #9CB6BB;
}
.AnyTagClassName
{
color: #9CB6BB;
}
</style>
background-color css
<style>
a { background-color: #9CB6BB; }
a { background-color: rgb(156,182,187); }
div.DivClassName
{
background-color: #9CB6BB;
}
.BgClassName
{
background-color: #9CB6BB;
}
</style>
border-color css
<style>
span { border-color: #9CB6BB; }
span { border-color: rgb(156,182,187); }
td.TdClassName
{
border-color: #9CB6BB;
}
.TagClassName
{
border-color: #9CB6BB;
}
</style>