Shades of Perano #A8BCF9
Tints of Perano #A8BCF9
RGB
CMYK
RGB Variations
Color information
#A8BCF9 (or 0xA8BCF9) is known color: Perano. HEX triplet: A8, BC and F9. RGB value is (168,188,249). Sum of RGB (Red+Green+Blue) = 168+188+249=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8BCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BCF9 is #574306. Grayscale: #BCBCBC. Windows color (decimal): -5718791 or 16366760. OLE color: 16366760.
HSL color Cylindrical-coordinate representation of color #A8BCF9: hue angle of 225.19º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BCF9 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 188 | 249 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.02 |
| HSL | 225.19º | 0.87% | 0.82% | - |
| HSV(B) | 225.19º | 0.33% | 0.98% | - |
| XYZ | 51.23 | 51.13 | 96.79 | - |
| YUV | 188.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 249 | 0.33 | 0.24 | 0 | 0.02 | 225.19 | 0.87 | 0.82 |
| Hex | A8 | BC | F9 | 21 | 18 | 0 | 2 | E1 | 57 | 52 |
| Octal | 250 | 274 | 371 | 41 | 30 | 0 | 2 | 341 | 127 | 122 |
| Binary | 10101000 | 10111100 | 11111001 | 100001 | 11000 | 0 | 10 | 11100001 | 1010111 | 1010010 |
Color Harmonies of #A8BCF9
Complementary color
Monochromatic Colors of #A8BCF9
Black with #A8BCF9
Text Example
Text Example
White with #A8BCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCF9; }
p { color: rgb(168,188,249); }
H1.HeaderClassName
{
color: #A8BCF9;
}
.AnyTagClassName
{
color: #A8BCF9;
}
</style>
background-color css
<style>
a { background-color: #A8BCF9; }
a { background-color: rgb(168,188,249); }
div.DivClassName
{
background-color: #A8BCF9;
}
.BgClassName
{
background-color: #A8BCF9;
}
</style>
border-color css
<style>
span { border-color: #A8BCF9; }
span { border-color: rgb(168,188,249); }
td.TdClassName
{
border-color: #A8BCF9;
}
.TagClassName
{
border-color: #A8BCF9;
}
</style>