Shades of Perano #99BCFF
Tints of Perano #99BCFF
RGB
CMYK
RGB Variations
Color information
#99BCFF (or 0x99BCFF) is known color: Perano. HEX triplet: 99, BC and FF. RGB value is (153,188,255). Sum of RGB (Red+Green+Blue) = 153+188+255=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #99BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCFF is #664300. Grayscale: #B8B8B8. Windows color (decimal): -6701825 or 16759961. OLE color: 16759961.
HSL color Cylindrical-coordinate representation of color #99BCFF: hue angle of 219.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BCFF is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 188 | 255 | - |
| CMYK | 0.4 | 0.26 | 0 | 0 |
| HSL | 219.41º | 1% | 0.8% | - |
| HSV(B) | 219.41º | 0.4% | 1% | - |
| XYZ | 49.17 | 49.96 | 101.66 | - |
| YUV | 185.17 | 167.4 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 255 | 0.4 | 0.26 | 0 | 0 | 219.41 | 1 | 0.8 |
| Hex | 99 | BC | FF | 28 | 1A | 0 | 0 | DB | 64 | 50 |
| Octal | 231 | 274 | 377 | 50 | 32 | 0 | 0 | 333 | 144 | 120 |
| Binary | 10011001 | 10111100 | 11111111 | 101000 | 11010 | 0 | 0 | 11011011 | 1100100 | 1010000 |
Color Harmonies of #99BCFF
Complementary color
Monochromatic Colors of #99BCFF
Black with #99BCFF
Text Example
Text Example
White with #99BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BCFF; }
p { color: rgb(153,188,255); }
H1.HeaderClassName
{
color: #99BCFF;
}
.AnyTagClassName
{
color: #99BCFF;
}
</style>
background-color css
<style>
a { background-color: #99BCFF; }
a { background-color: rgb(153,188,255); }
div.DivClassName
{
background-color: #99BCFF;
}
.BgClassName
{
background-color: #99BCFF;
}
</style>
border-color css
<style>
span { border-color: #99BCFF; }
span { border-color: rgb(153,188,255); }
td.TdClassName
{
border-color: #99BCFF;
}
.TagClassName
{
border-color: #99BCFF;
}
</style>