Shades of Perano #98BBFC
Tints of Perano #98BBFC
RGB
CMYK
RGB Variations
Color information
#98BBFC (or 0x98BBFC) is known color: Perano. HEX triplet: 98, BB and FC. RGB value is (152,187,252). Sum of RGB (Red+Green+Blue) = 152+187+252=591 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.72% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #98BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BBFC is #674403. Grayscale: #B7B7B7. Windows color (decimal): -6767620 or 16563096. OLE color: 16563096.
HSL color Cylindrical-coordinate representation of color #98BBFC: hue angle of 219º 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 #98BBFC is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 187 | 252 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.01 |
| HSL | 219º | 0.94% | 0.79% | - |
| HSV(B) | 219º | 0.4% | 0.99% | - |
| XYZ | 48.29 | 49.24 | 99.06 | - |
| YUV | 183.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 252 | 0.40 | 0.26 | 0 | 0.01 | 219 | 0.94 | 0.79 |
| Hex | 98 | BB | FC | 28 | 1A | 0 | 1 | DB | 5E | 4F |
| Octal | 230 | 273 | 374 | 50 | 32 | 0 | 1 | 333 | 136 | 117 |
| Binary | 10011000 | 10111011 | 11111100 | 101000 | 11010 | 0 | 1 | 11011011 | 1011110 | 1001111 |
Color Harmonies of #98BBFC
Complementary color
Monochromatic Colors of #98BBFC
Black with #98BBFC
Text Example
Text Example
White with #98BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBFC; }
p { color: rgb(152,187,252); }
H1.HeaderClassName
{
color: #98BBFC;
}
.AnyTagClassName
{
color: #98BBFC;
}
</style>
background-color css
<style>
a { background-color: #98BBFC; }
a { background-color: rgb(152,187,252); }
div.DivClassName
{
background-color: #98BBFC;
}
.BgClassName
{
background-color: #98BBFC;
}
</style>
border-color css
<style>
span { border-color: #98BBFC; }
span { border-color: rgb(152,187,252); }
td.TdClassName
{
border-color: #98BBFC;
}
.TagClassName
{
border-color: #98BBFC;
}
</style>