Shades of Perano #96B6FB
Tints of Perano #96B6FB
RGB
CMYK
RGB Variations
Color information
#96B6FB (or 0x96B6FB) is known color: Perano. HEX triplet: 96, B6 and FB. RGB value is (150,182,251). Sum of RGB (Red+Green+Blue) = 150+182+251=583 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.73% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #96B6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B6FB is #694904. Grayscale: #B3B3B3. Windows color (decimal): -6899973 or 16496278. OLE color: 16496278.
HSL color Cylindrical-coordinate representation of color #96B6FB: hue angle of 220.99º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96B6FB is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 182 | 251 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.02 |
| HSL | 220.99º | 0.93% | 0.79% | - |
| HSV(B) | 220.99º | 0.4% | 0.98% | - |
| XYZ | 46.72 | 46.9 | 97.86 | - |
| YUV | 180.3 | 167.9 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 251 | 0.40 | 0.27 | 0 | 0.02 | 220.99 | 0.93 | 0.79 |
| Hex | 96 | B6 | FB | 28 | 1B | 0 | 2 | DD | 5D | 4F |
| Octal | 226 | 266 | 373 | 50 | 33 | 0 | 2 | 335 | 135 | 117 |
| Binary | 10010110 | 10110110 | 11111011 | 101000 | 11011 | 0 | 10 | 11011101 | 1011101 | 1001111 |
Color Harmonies of #96B6FB
Complementary color
Monochromatic Colors of #96B6FB
Black with #96B6FB
Text Example
Text Example
White with #96B6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B6FB; }
p { color: rgb(150,182,251); }
H1.HeaderClassName
{
color: #96B6FB;
}
.AnyTagClassName
{
color: #96B6FB;
}
</style>
background-color css
<style>
a { background-color: #96B6FB; }
a { background-color: rgb(150,182,251); }
div.DivClassName
{
background-color: #96B6FB;
}
.BgClassName
{
background-color: #96B6FB;
}
</style>
border-color css
<style>
span { border-color: #96B6FB; }
span { border-color: rgb(150,182,251); }
td.TdClassName
{
border-color: #96B6FB;
}
.TagClassName
{
border-color: #96B6FB;
}
</style>