Shades of Perano #A8BBF9
Tints of Perano #A8BBF9
RGB
CMYK
RGB Variations
Color information
#A8BBF9 (or 0xA8BBF9) is known color: Perano. HEX triplet: A8, BB and F9. RGB value is (168,187,249). Sum of RGB (Red+Green+Blue) = 168+187+249=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8BBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBF9 is #574406. Grayscale: #BCBCBC. Windows color (decimal): -5719047 or 16366504. OLE color: 16366504.
HSL color Cylindrical-coordinate representation of color #A8BBF9: hue angle of 225.93º 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 #A8BBF9 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 187 | 249 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.02 |
| HSL | 225.93º | 0.87% | 0.82% | - |
| HSV(B) | 225.93º | 0.33% | 0.98% | - |
| XYZ | 51.02 | 50.71 | 96.72 | - |
| YUV | 188.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 249 | 0.33 | 0.25 | 0 | 0.02 | 225.93 | 0.87 | 0.82 |
| Hex | A8 | BB | F9 | 21 | 19 | 0 | 2 | E2 | 57 | 52 |
| Octal | 250 | 273 | 371 | 41 | 31 | 0 | 2 | 342 | 127 | 122 |
| Binary | 10101000 | 10111011 | 11111001 | 100001 | 11001 | 0 | 10 | 11100010 | 1010111 | 1010010 |
Color Harmonies of #A8BBF9
Complementary color
Monochromatic Colors of #A8BBF9
Black with #A8BBF9
Text Example
Text Example
White with #A8BBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBF9; }
p { color: rgb(168,187,249); }
H1.HeaderClassName
{
color: #A8BBF9;
}
.AnyTagClassName
{
color: #A8BBF9;
}
</style>
background-color css
<style>
a { background-color: #A8BBF9; }
a { background-color: rgb(168,187,249); }
div.DivClassName
{
background-color: #A8BBF9;
}
.BgClassName
{
background-color: #A8BBF9;
}
</style>
border-color css
<style>
span { border-color: #A8BBF9; }
span { border-color: rgb(168,187,249); }
td.TdClassName
{
border-color: #A8BBF9;
}
.TagClassName
{
border-color: #A8BBF9;
}
</style>