Shades of Perano #A6BDF8
Tints of Perano #A6BDF8
RGB
CMYK
RGB Variations
Color information
#A6BDF8 (or 0xA6BDF8) is known color: Perano. HEX triplet: A6, BD and F8. RGB value is (166,189,248). Sum of RGB (Red+Green+Blue) = 166+189+248=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6BDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BDF8 is #594207. Grayscale: #BCBCBC. Windows color (decimal): -5849608 or 16301478. OLE color: 16301478.
HSL color Cylindrical-coordinate representation of color #A6BDF8: hue angle of 223.17º 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 #A6BDF8 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 189 | 248 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.03 |
| HSL | 223.17º | 0.85% | 0.81% | - |
| HSV(B) | 223.17º | 0.33% | 0.97% | - |
| XYZ | 50.87 | 51.28 | 96.02 | - |
| YUV | 188.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 248 | 0.33 | 0.24 | 0 | 0.03 | 223.17 | 0.85 | 0.81 |
| Hex | A6 | BD | F8 | 21 | 18 | 0 | 3 | DF | 55 | 51 |
| Octal | 246 | 275 | 370 | 41 | 30 | 0 | 3 | 337 | 125 | 121 |
| Binary | 10100110 | 10111101 | 11111000 | 100001 | 11000 | 0 | 11 | 11011111 | 1010101 | 1010001 |
Color Harmonies of #A6BDF8
Complementary color
Monochromatic Colors of #A6BDF8
Black with #A6BDF8
Text Example
Text Example
White with #A6BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDF8; }
p { color: rgb(166,189,248); }
H1.HeaderClassName
{
color: #A6BDF8;
}
.AnyTagClassName
{
color: #A6BDF8;
}
</style>
background-color css
<style>
a { background-color: #A6BDF8; }
a { background-color: rgb(166,189,248); }
div.DivClassName
{
background-color: #A6BDF8;
}
.BgClassName
{
background-color: #A6BDF8;
}
</style>
border-color css
<style>
span { border-color: #A6BDF8; }
span { border-color: rgb(166,189,248); }
td.TdClassName
{
border-color: #A6BDF8;
}
.TagClassName
{
border-color: #A6BDF8;
}
</style>