Shades of Rock Blue #96A0BC
Tints of Rock Blue #96A0BC
RGB
CMYK
RGB Variations
Color information
#96A0BC (or 0x96A0BC) is known color: Rock Blue. HEX triplet: 96, A0 and BC. RGB value is (150,160,188). Sum of RGB (Red+Green+Blue) = 150+160+188=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #96A0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0BC is #695F43. Grayscale: #A0A0A0. Windows color (decimal): -6905668 or 12361878. OLE color: 12361878.
HSL color Cylindrical-coordinate representation of color #96A0BC: hue angle of 224.21º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A0BC is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 160 | 188 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.26 |
| HSL | 224.21º | 0.22% | 0.66% | - |
| HSV(B) | 224.21º | 0.2% | 0.74% | - |
| XYZ | 34.23 | 35.26 | 52.58 | - |
| YUV | 160.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 188 | 0.20 | 0.15 | 0 | 0.26 | 224.21 | 0.22 | 0.66 |
| Hex | 96 | A0 | BC | 14 | F | 0 | 1A | E0 | 16 | 42 |
| Octal | 226 | 240 | 274 | 24 | 17 | 0 | 32 | 340 | 26 | 102 |
| Binary | 10010110 | 10100000 | 10111100 | 10100 | 1111 | 0 | 11010 | 11100000 | 10110 | 1000010 |
Color Harmonies of #96A0BC
Complementary color
Monochromatic Colors of #96A0BC
Black with #96A0BC
Text Example
Text Example
White with #96A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0BC; }
p { color: rgb(150,160,188); }
H1.HeaderClassName
{
color: #96A0BC;
}
.AnyTagClassName
{
color: #96A0BC;
}
</style>
background-color css
<style>
a { background-color: #96A0BC; }
a { background-color: rgb(150,160,188); }
div.DivClassName
{
background-color: #96A0BC;
}
.BgClassName
{
background-color: #96A0BC;
}
</style>
border-color css
<style>
span { border-color: #96A0BC; }
span { border-color: rgb(150,160,188); }
td.TdClassName
{
border-color: #96A0BC;
}
.TagClassName
{
border-color: #96A0BC;
}
</style>