Shades of Perano #99BCFD
Tints of Perano #99BCFD
RGB
CMYK
RGB Variations
Color information
#99BCFD (or 0x99BCFD) is known color: Perano. HEX triplet: 99, BC and FD. RGB value is (153,188,253). Sum of RGB (Red+Green+Blue) = 153+188+253=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #99BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCFD is #664302. Grayscale: #B8B8B8. Windows color (decimal): -6701827 or 16628889. OLE color: 16628889.
HSL color Cylindrical-coordinate representation of color #99BCFD: hue angle of 219º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BCFD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 188 | 253 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.01 |
| HSL | 219º | 0.96% | 0.8% | - |
| HSV(B) | 219º | 0.4% | 0.99% | - |
| XYZ | 48.85 | 49.83 | 99.97 | - |
| YUV | 184.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 253 | 0.40 | 0.26 | 0 | 0.01 | 219 | 0.96 | 0.8 |
| Hex | 99 | BC | FD | 28 | 1A | 0 | 1 | DB | 60 | 50 |
| Octal | 231 | 274 | 375 | 50 | 32 | 0 | 1 | 333 | 140 | 120 |
| Binary | 10011001 | 10111100 | 11111101 | 101000 | 11010 | 0 | 1 | 11011011 | 1100000 | 1010000 |
Color Harmonies of #99BCFD
Complementary color
Monochromatic Colors of #99BCFD
Black with #99BCFD
Text Example
Text Example
White with #99BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCFD; }
p { color: rgb(153,188,253); }
H1.HeaderClassName
{
color: #99BCFD;
}
.AnyTagClassName
{
color: #99BCFD;
}
</style>
background-color css
<style>
a { background-color: #99BCFD; }
a { background-color: rgb(153,188,253); }
div.DivClassName
{
background-color: #99BCFD;
}
.BgClassName
{
background-color: #99BCFD;
}
</style>
border-color css
<style>
span { border-color: #99BCFD; }
span { border-color: rgb(153,188,253); }
td.TdClassName
{
border-color: #99BCFD;
}
.TagClassName
{
border-color: #99BCFD;
}
</style>