Shades of Perano #96B2FE
Tints of Perano #96B2FE
RGB
CMYK
RGB Variations
Color information
#96B2FE (or 0x96B2FE) is known color: Perano. HEX triplet: 96, B2 and FE. RGB value is (150,178,254). Sum of RGB (Red+Green+Blue) = 150+178+254=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #96B2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96B2FE is #694D01. Grayscale: #B1B1B1. Windows color (decimal): -6900994 or 16691862. OLE color: 16691862.
HSL color Cylindrical-coordinate representation of color #96B2FE: hue angle of 223.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B2FE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 178 | 254 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.00 |
| HSL | 223.85º | 0.98% | 0.79% | - |
| HSV(B) | 223.85º | 0.41% | 1% | - |
| XYZ | 46.39 | 45.48 | 100.1 | - |
| YUV | 178.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 254 | 0.41 | 0.30 | 0 | 0.00 | 223.85 | 0.98 | 0.79 |
| Hex | 96 | B2 | FE | 29 | 1E | 0 | 0 | E0 | 62 | 4F |
| Octal | 226 | 262 | 376 | 51 | 36 | 0 | 0 | 340 | 142 | 117 |
| Binary | 10010110 | 10110010 | 11111110 | 101001 | 11110 | 0 | 0 | 11100000 | 1100010 | 1001111 |
Color Harmonies of #96B2FE
Complementary color
Monochromatic Colors of #96B2FE
Black with #96B2FE
Text Example
Text Example
White with #96B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B2FE; }
p { color: rgb(150,178,254); }
H1.HeaderClassName
{
color: #96B2FE;
}
.AnyTagClassName
{
color: #96B2FE;
}
</style>
background-color css
<style>
a { background-color: #96B2FE; }
a { background-color: rgb(150,178,254); }
div.DivClassName
{
background-color: #96B2FE;
}
.BgClassName
{
background-color: #96B2FE;
}
</style>
border-color css
<style>
span { border-color: #96B2FE; }
span { border-color: rgb(150,178,254); }
td.TdClassName
{
border-color: #96B2FE;
}
.TagClassName
{
border-color: #96B2FE;
}
</style>