Shades of Blue Bell #9CA0C3
Tints of Blue Bell #9CA0C3
RGB
CMYK
RGB Variations
Color information
#9CA0C3 (or 0x9CA0C3) is known color: Blue Bell. HEX triplet: 9C, A0 and C3. RGB value is (156,160,195). Sum of RGB (Red+Green+Blue) = 156+160+195=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #9CA0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA0C3 is #635F3C. Grayscale: #A2A2A2. Windows color (decimal): -6512445 or 12820636. OLE color: 12820636.
HSL color Cylindrical-coordinate representation of color #9CA0C3: hue angle of 233.85º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CA0C3 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 160 | 195 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.24 |
| HSL | 233.85º | 0.25% | 0.69% | - |
| HSV(B) | 233.85º | 0.2% | 0.76% | - |
| XYZ | 36.13 | 36.15 | 56.7 | - |
| YUV | 162.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 195 | 0.20 | 0.18 | 0 | 0.24 | 233.85 | 0.25 | 0.69 |
| Hex | 9C | A0 | C3 | 14 | 12 | 0 | 18 | EA | 19 | 45 |
| Octal | 234 | 240 | 303 | 24 | 22 | 0 | 30 | 352 | 31 | 105 |
| Binary | 10011100 | 10100000 | 11000011 | 10100 | 10010 | 0 | 11000 | 11101010 | 11001 | 1000101 |
Color Harmonies of #9CA0C3
Complementary color
Monochromatic Colors of #9CA0C3
Black with #9CA0C3
Text Example
Text Example
White with #9CA0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA0C3; }
p { color: rgb(156,160,195); }
H1.HeaderClassName
{
color: #9CA0C3;
}
.AnyTagClassName
{
color: #9CA0C3;
}
</style>
background-color css
<style>
a { background-color: #9CA0C3; }
a { background-color: rgb(156,160,195); }
div.DivClassName
{
background-color: #9CA0C3;
}
.BgClassName
{
background-color: #9CA0C3;
}
</style>
border-color css
<style>
span { border-color: #9CA0C3; }
span { border-color: rgb(156,160,195); }
td.TdClassName
{
border-color: #9CA0C3;
}
.TagClassName
{
border-color: #9CA0C3;
}
</style>