Shades of Casper #9BBDC2
Tints of Casper #9BBDC2
RGB
CMYK
RGB Variations
Color information
#9BBDC2 (or 0x9BBDC2) is known color: Casper. HEX triplet: 9B, BD and C2. RGB value is (155,189,194). Sum of RGB (Red+Green+Blue) = 155+189+194=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #9BBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDC2 is #64423D. Grayscale: #B3B3B3. Windows color (decimal): -6570558 or 12762523. OLE color: 12762523.
HSL color Cylindrical-coordinate representation of color #9BBDC2: hue angle of 187.69º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBDC2 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 189 | 194 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.24 |
| HSL | 187.69º | 0.24% | 0.68% | - |
| HSV(B) | 187.69º | 0.2% | 0.76% | - |
| XYZ | 41.45 | 47.26 | 57.98 | - |
| YUV | 179.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 194 | 0.20 | 0.03 | 0 | 0.24 | 187.69 | 0.24 | 0.68 |
| Hex | 9B | BD | C2 | 14 | 3 | 0 | 18 | BC | 18 | 44 |
| Octal | 233 | 275 | 302 | 24 | 3 | 0 | 30 | 274 | 30 | 104 |
| Binary | 10011011 | 10111101 | 11000010 | 10100 | 11 | 0 | 11000 | 10111100 | 11000 | 1000100 |
Color Harmonies of #9BBDC2
Complementary color
Monochromatic Colors of #9BBDC2
Black with #9BBDC2
Text Example
Text Example
White with #9BBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDC2; }
p { color: rgb(155,189,194); }
H1.HeaderClassName
{
color: #9BBDC2;
}
.AnyTagClassName
{
color: #9BBDC2;
}
</style>
background-color css
<style>
a { background-color: #9BBDC2; }
a { background-color: rgb(155,189,194); }
div.DivClassName
{
background-color: #9BBDC2;
}
.BgClassName
{
background-color: #9BBDC2;
}
</style>
border-color css
<style>
span { border-color: #9BBDC2; }
span { border-color: rgb(155,189,194); }
td.TdClassName
{
border-color: #9BBDC2;
}
.TagClassName
{
border-color: #9BBDC2;
}
</style>