Shades of Perano #99B4FA
Tints of Perano #99B4FA
RGB
CMYK
RGB Variations
Color information
#99B4FA (or 0x99B4FA) is known color: Perano. HEX triplet: 99, B4 and FA. RGB value is (153,180,250). Sum of RGB (Red+Green+Blue) = 153+180+250=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #99B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99B4FA is #664B05. Grayscale: #B3B3B3. Windows color (decimal): -6703878 or 16430233. OLE color: 16430233.
HSL color Cylindrical-coordinate representation of color #99B4FA: hue angle of 223.3º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99B4FA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 180 | 250 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.02 |
| HSL | 223.3º | 0.91% | 0.79% | - |
| HSV(B) | 223.3º | 0.39% | 0.98% | - |
| XYZ | 46.71 | 46.32 | 96.92 | - |
| YUV | 179.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 250 | 0.39 | 0.28 | 0 | 0.02 | 223.3 | 0.91 | 0.79 |
| Hex | 99 | B4 | FA | 27 | 1C | 0 | 2 | DF | 5B | 4F |
| Octal | 231 | 264 | 372 | 47 | 34 | 0 | 2 | 337 | 133 | 117 |
| Binary | 10011001 | 10110100 | 11111010 | 100111 | 11100 | 0 | 10 | 11011111 | 1011011 | 1001111 |
Color Harmonies of #99B4FA
Complementary color
Monochromatic Colors of #99B4FA
Black with #99B4FA
Text Example
Text Example
White with #99B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B4FA; }
p { color: rgb(153,180,250); }
H1.HeaderClassName
{
color: #99B4FA;
}
.AnyTagClassName
{
color: #99B4FA;
}
</style>
background-color css
<style>
a { background-color: #99B4FA; }
a { background-color: rgb(153,180,250); }
div.DivClassName
{
background-color: #99B4FA;
}
.BgClassName
{
background-color: #99B4FA;
}
</style>
border-color css
<style>
span { border-color: #99B4FA; }
span { border-color: rgb(153,180,250); }
td.TdClassName
{
border-color: #99B4FA;
}
.TagClassName
{
border-color: #99B4FA;
}
</style>