Shades of Perano #96ADFC
Tints of Perano #96ADFC
RGB
CMYK
RGB Variations
Color information
#96ADFC (or 0x96ADFC) is known color: Perano. HEX triplet: 96, AD and FC. RGB value is (150,173,252). Sum of RGB (Red+Green+Blue) = 150+173+252=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #96ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96ADFC is #695203. Grayscale: #AEAEAE. Windows color (decimal): -6902276 or 16559510. OLE color: 16559510.
HSL color Cylindrical-coordinate representation of color #96ADFC: hue angle of 226.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96ADFC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 173 | 252 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.01 |
| HSL | 226.47º | 0.94% | 0.79% | - |
| HSV(B) | 226.47º | 0.4% | 0.99% | - |
| XYZ | 45.09 | 43.4 | 98.1 | - |
| YUV | 175.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 252 | 0.40 | 0.31 | 0 | 0.01 | 226.47 | 0.94 | 0.79 |
| Hex | 96 | AD | FC | 28 | 1F | 0 | 1 | E2 | 5E | 4F |
| Octal | 226 | 255 | 374 | 50 | 37 | 0 | 1 | 342 | 136 | 117 |
| Binary | 10010110 | 10101101 | 11111100 | 101000 | 11111 | 0 | 1 | 11100010 | 1011110 | 1001111 |
Color Harmonies of #96ADFC
Complementary color
Monochromatic Colors of #96ADFC
Black with #96ADFC
Text Example
Text Example
White with #96ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADFC; }
p { color: rgb(150,173,252); }
H1.HeaderClassName
{
color: #96ADFC;
}
.AnyTagClassName
{
color: #96ADFC;
}
</style>
background-color css
<style>
a { background-color: #96ADFC; }
a { background-color: rgb(150,173,252); }
div.DivClassName
{
background-color: #96ADFC;
}
.BgClassName
{
background-color: #96ADFC;
}
</style>
border-color css
<style>
span { border-color: #96ADFC; }
span { border-color: rgb(150,173,252); }
td.TdClassName
{
border-color: #96ADFC;
}
.TagClassName
{
border-color: #96ADFC;
}
</style>