Shades of Perano #A9B8F3
Tints of Perano #A9B8F3
RGB
CMYK
RGB Variations
Color information
#A9B8F3 (or 0xA9B8F3) is known color: Perano. HEX triplet: A9, B8 and F3. RGB value is (169,184,243). Sum of RGB (Red+Green+Blue) = 169+184+243=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #A9B8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B8F3 is #56470C. Grayscale: #B9B9B9. Windows color (decimal): -5654285 or 15972521. OLE color: 15972521.
HSL color Cylindrical-coordinate representation of color #A9B8F3: hue angle of 227.84º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9B8F3 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 184 | 243 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.05 |
| HSL | 227.84º | 0.76% | 0.81% | - |
| HSV(B) | 227.84º | 0.3% | 0.95% | - |
| XYZ | 49.68 | 49.19 | 91.67 | - |
| YUV | 186.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 243 | 0.30 | 0.24 | 0 | 0.05 | 227.84 | 0.76 | 0.81 |
| Hex | A9 | B8 | F3 | 1E | 18 | 0 | 5 | E4 | 4C | 51 |
| Octal | 251 | 270 | 363 | 36 | 30 | 0 | 5 | 344 | 114 | 121 |
| Binary | 10101001 | 10111000 | 11110011 | 11110 | 11000 | 0 | 101 | 11100100 | 1001100 | 1010001 |
Color Harmonies of #A9B8F3
Complementary color
Monochromatic Colors of #A9B8F3
Black with #A9B8F3
Text Example
Text Example
White with #A9B8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B8F3; }
p { color: rgb(169,184,243); }
H1.HeaderClassName
{
color: #A9B8F3;
}
.AnyTagClassName
{
color: #A9B8F3;
}
</style>
background-color css
<style>
a { background-color: #A9B8F3; }
a { background-color: rgb(169,184,243); }
div.DivClassName
{
background-color: #A9B8F3;
}
.BgClassName
{
background-color: #A9B8F3;
}
</style>
border-color css
<style>
span { border-color: #A9B8F3; }
span { border-color: rgb(169,184,243); }
td.TdClassName
{
border-color: #A9B8F3;
}
.TagClassName
{
border-color: #A9B8F3;
}
</style>