Shades of Perano #99BBFC
Tints of Perano #99BBFC
RGB
CMYK
RGB Variations
Color information
#99BBFC (or 0x99BBFC) is known color: Perano. HEX triplet: 99, BB and FC. RGB value is (153,187,252). Sum of RGB (Red+Green+Blue) = 153+187+252=592 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.84% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #99BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BBFC is #664403. Grayscale: #B7B7B7. Windows color (decimal): -6702084 or 16563097. OLE color: 16563097.
HSL color Cylindrical-coordinate representation of color #99BBFC: hue angle of 219.39º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BBFC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 187 | 252 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.01 |
| HSL | 219.39º | 0.94% | 0.79% | - |
| HSV(B) | 219.39º | 0.39% | 0.99% | - |
| XYZ | 48.48 | 49.34 | 99.06 | - |
| YUV | 184.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 252 | 0.39 | 0.26 | 0 | 0.01 | 219.39 | 0.94 | 0.79 |
| Hex | 99 | BB | FC | 27 | 1A | 0 | 1 | DB | 5E | 4F |
| Octal | 231 | 273 | 374 | 47 | 32 | 0 | 1 | 333 | 136 | 117 |
| Binary | 10011001 | 10111011 | 11111100 | 100111 | 11010 | 0 | 1 | 11011011 | 1011110 | 1001111 |
Color Harmonies of #99BBFC
Complementary color
Monochromatic Colors of #99BBFC
Black with #99BBFC
Text Example
Text Example
White with #99BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BBFC; }
p { color: rgb(153,187,252); }
H1.HeaderClassName
{
color: #99BBFC;
}
.AnyTagClassName
{
color: #99BBFC;
}
</style>
background-color css
<style>
a { background-color: #99BBFC; }
a { background-color: rgb(153,187,252); }
div.DivClassName
{
background-color: #99BBFC;
}
.BgClassName
{
background-color: #99BBFC;
}
</style>
border-color css
<style>
span { border-color: #99BBFC; }
span { border-color: rgb(153,187,252); }
td.TdClassName
{
border-color: #99BBFC;
}
.TagClassName
{
border-color: #99BBFC;
}
</style>