Shades of Perano #A6B8F8
Tints of Perano #A6B8F8
RGB
CMYK
RGB Variations
Color information
#A6B8F8 (or 0xA6B8F8) is known color: Perano. HEX triplet: A6, B8 and F8. RGB value is (166,184,248). Sum of RGB (Red+Green+Blue) = 166+184+248=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6B8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B8F8 is #594707. Grayscale: #B9B9B9. Windows color (decimal): -5850888 or 16300198. OLE color: 16300198.
HSL color Cylindrical-coordinate representation of color #A6B8F8: hue angle of 226.83º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6B8F8 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 184 | 248 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.03 |
| HSL | 226.83º | 0.85% | 0.81% | - |
| HSV(B) | 226.83º | 0.33% | 0.97% | - |
| XYZ | 49.81 | 49.17 | 95.67 | - |
| YUV | 185.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 248 | 0.33 | 0.26 | 0 | 0.03 | 226.83 | 0.85 | 0.81 |
| Hex | A6 | B8 | F8 | 21 | 1A | 0 | 3 | E3 | 55 | 51 |
| Octal | 246 | 270 | 370 | 41 | 32 | 0 | 3 | 343 | 125 | 121 |
| Binary | 10100110 | 10111000 | 11111000 | 100001 | 11010 | 0 | 11 | 11100011 | 1010101 | 1010001 |
Color Harmonies of #A6B8F8
Complementary color
Monochromatic Colors of #A6B8F8
Black with #A6B8F8
Text Example
Text Example
White with #A6B8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8F8; }
p { color: rgb(166,184,248); }
H1.HeaderClassName
{
color: #A6B8F8;
}
.AnyTagClassName
{
color: #A6B8F8;
}
</style>
background-color css
<style>
a { background-color: #A6B8F8; }
a { background-color: rgb(166,184,248); }
div.DivClassName
{
background-color: #A6B8F8;
}
.BgClassName
{
background-color: #A6B8F8;
}
</style>
border-color css
<style>
span { border-color: #A6B8F8; }
span { border-color: rgb(166,184,248); }
td.TdClassName
{
border-color: #A6B8F8;
}
.TagClassName
{
border-color: #A6B8F8;
}
</style>