Shades of Perano #99BCFC
Tints of Perano #99BCFC
RGB
CMYK
RGB Variations
Color information
#99BCFC (or 0x99BCFC) is known color: Perano. HEX triplet: 99, BC and FC. RGB value is (153,188,252). Sum of RGB (Red+Green+Blue) = 153+188+252=593 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.80% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #99BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCFC is #664303. Grayscale: #B8B8B8. Windows color (decimal): -6701828 or 16563353. OLE color: 16563353.
HSL color Cylindrical-coordinate representation of color #99BCFC: hue angle of 218.79º 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 #99BCFC is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 188 | 252 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.01 |
| HSL | 218.79º | 0.94% | 0.79% | - |
| HSV(B) | 218.79º | 0.39% | 0.99% | - |
| XYZ | 48.69 | 49.77 | 99.14 | - |
| YUV | 184.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 252 | 0.39 | 0.25 | 0 | 0.01 | 218.79 | 0.94 | 0.79 |
| Hex | 99 | BC | FC | 27 | 19 | 0 | 1 | DB | 5E | 4F |
| Octal | 231 | 274 | 374 | 47 | 31 | 0 | 1 | 333 | 136 | 117 |
| Binary | 10011001 | 10111100 | 11111100 | 100111 | 11001 | 0 | 1 | 11011011 | 1011110 | 1001111 |
Color Harmonies of #99BCFC
Complementary color
Monochromatic Colors of #99BCFC
Black with #99BCFC
Text Example
Text Example
White with #99BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCFC; }
p { color: rgb(153,188,252); }
H1.HeaderClassName
{
color: #99BCFC;
}
.AnyTagClassName
{
color: #99BCFC;
}
</style>
background-color css
<style>
a { background-color: #99BCFC; }
a { background-color: rgb(153,188,252); }
div.DivClassName
{
background-color: #99BCFC;
}
.BgClassName
{
background-color: #99BCFC;
}
</style>
border-color css
<style>
span { border-color: #99BCFC; }
span { border-color: rgb(153,188,252); }
td.TdClassName
{
border-color: #99BCFC;
}
.TagClassName
{
border-color: #99BCFC;
}
</style>