Shades of Perano #96BBF6
Tints of Perano #96BBF6
RGB
CMYK
RGB Variations
Color information
#96BBF6 (or 0x96BBF6) is known color: Perano. HEX triplet: 96, BB and F6. RGB value is (150,187,246). Sum of RGB (Red+Green+Blue) = 150+187+246=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #96BBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BBF6 is #694409. Grayscale: #B6B6B6. Windows color (decimal): -6898698 or 16169878. OLE color: 16169878.
HSL color Cylindrical-coordinate representation of color #96BBF6: hue angle of 216.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96BBF6 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 187 | 246 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.04 |
| HSL | 216.88º | 0.84% | 0.78% | - |
| HSV(B) | 216.88º | 0.39% | 0.96% | - |
| XYZ | 46.98 | 48.68 | 94.11 | - |
| YUV | 182.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 246 | 0.39 | 0.24 | 0 | 0.04 | 216.88 | 0.84 | 0.78 |
| Hex | 96 | BB | F6 | 27 | 18 | 0 | 4 | D9 | 54 | 4E |
| Octal | 226 | 273 | 366 | 47 | 30 | 0 | 4 | 331 | 124 | 116 |
| Binary | 10010110 | 10111011 | 11110110 | 100111 | 11000 | 0 | 100 | 11011001 | 1010100 | 1001110 |
Color Harmonies of #96BBF6
Complementary color
Monochromatic Colors of #96BBF6
Black with #96BBF6
Text Example
Text Example
White with #96BBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BBF6; }
p { color: rgb(150,187,246); }
H1.HeaderClassName
{
color: #96BBF6;
}
.AnyTagClassName
{
color: #96BBF6;
}
</style>
background-color css
<style>
a { background-color: #96BBF6; }
a { background-color: rgb(150,187,246); }
div.DivClassName
{
background-color: #96BBF6;
}
.BgClassName
{
background-color: #96BBF6;
}
</style>
border-color css
<style>
span { border-color: #96BBF6; }
span { border-color: rgb(150,187,246); }
td.TdClassName
{
border-color: #96BBF6;
}
.TagClassName
{
border-color: #96BBF6;
}
</style>