Shades of Casper #9BB6BC
Tints of Casper #9BB6BC
RGB
CMYK
RGB Variations
Color information
#9BB6BC (or 0x9BB6BC) is known color: Casper. HEX triplet: 9B, B6 and BC. RGB value is (155,182,188). Sum of RGB (Red+Green+Blue) = 155+182+188=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB6BC is #644943. Grayscale: #AEAEAE. Windows color (decimal): -6572356 or 12367515. OLE color: 12367515.
HSL color Cylindrical-coordinate representation of color #9BB6BC: hue angle of 190.91º 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 #9BB6BC is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 182 | 188 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.26 |
| HSL | 190.91º | 0.2% | 0.67% | - |
| HSV(B) | 190.91º | 0.18% | 0.74% | - |
| XYZ | 39.32 | 44.06 | 54.01 | - |
| YUV | 174.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 182 | 188 | 0.18 | 0.03 | 0 | 0.26 | 190.91 | 0.2 | 0.67 |
| Hex | 9B | B6 | BC | 12 | 3 | 0 | 1A | BF | 14 | 43 |
| Octal | 233 | 266 | 274 | 22 | 3 | 0 | 32 | 277 | 24 | 103 |
| Binary | 10011011 | 10110110 | 10111100 | 10010 | 11 | 0 | 11010 | 10111111 | 10100 | 1000011 |
Color Harmonies of #9BB6BC
Complementary color
Monochromatic Colors of #9BB6BC
Black with #9BB6BC
Text Example
Text Example
White with #9BB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB6BC; }
p { color: rgb(155,182,188); }
H1.HeaderClassName
{
color: #9BB6BC;
}
.AnyTagClassName
{
color: #9BB6BC;
}
</style>
background-color css
<style>
a { background-color: #9BB6BC; }
a { background-color: rgb(155,182,188); }
div.DivClassName
{
background-color: #9BB6BC;
}
.BgClassName
{
background-color: #9BB6BC;
}
</style>
border-color css
<style>
span { border-color: #9BB6BC; }
span { border-color: rgb(155,182,188); }
td.TdClassName
{
border-color: #9BB6BC;
}
.TagClassName
{
border-color: #9BB6BC;
}
</style>