Shades of Perano #96BAFE
Tints of Perano #96BAFE
RGB
CMYK
RGB Variations
Color information
#96BAFE (or 0x96BAFE) is known color: Perano. HEX triplet: 96, BA and FE. RGB value is (150,186,254). Sum of RGB (Red+Green+Blue) = 150+186+254=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #96BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BAFE is #694501. Grayscale: #B6B6B6. Windows color (decimal): -6898946 or 16693910. OLE color: 16693910.
HSL color Cylindrical-coordinate representation of color #96BAFE: hue angle of 219.23º 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 #96BAFE is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 186 | 254 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.00 |
| HSL | 219.23º | 0.98% | 0.79% | - |
| HSV(B) | 219.23º | 0.41% | 1% | - |
| XYZ | 48.03 | 48.76 | 100.65 | - |
| YUV | 182.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 254 | 0.41 | 0.27 | 0 | 0.00 | 219.23 | 0.98 | 0.79 |
| Hex | 96 | BA | FE | 29 | 1B | 0 | 0 | DB | 62 | 4F |
| Octal | 226 | 272 | 376 | 51 | 33 | 0 | 0 | 333 | 142 | 117 |
| Binary | 10010110 | 10111010 | 11111110 | 101001 | 11011 | 0 | 0 | 11011011 | 1100010 | 1001111 |
Color Harmonies of #96BAFE
Complementary color
Monochromatic Colors of #96BAFE
Black with #96BAFE
Text Example
Text Example
White with #96BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BAFE; }
p { color: rgb(150,186,254); }
H1.HeaderClassName
{
color: #96BAFE;
}
.AnyTagClassName
{
color: #96BAFE;
}
</style>
background-color css
<style>
a { background-color: #96BAFE; }
a { background-color: rgb(150,186,254); }
div.DivClassName
{
background-color: #96BAFE;
}
.BgClassName
{
background-color: #96BAFE;
}
</style>
border-color css
<style>
span { border-color: #96BAFE; }
span { border-color: rgb(150,186,254); }
td.TdClassName
{
border-color: #96BAFE;
}
.TagClassName
{
border-color: #96BAFE;
}
</style>