Shades of Perano #A6BAFE
Tints of Perano #A6BAFE
RGB
CMYK
RGB Variations
Color information
#A6BAFE (or 0xA6BAFE) is known color: Perano. HEX triplet: A6, BA and FE. RGB value is (166,186,254). Sum of RGB (Red+Green+Blue) = 166+186+254=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BAFE is #594501. Grayscale: #BBBBBB. Windows color (decimal): -5850370 or 16693926. OLE color: 16693926.
HSL color Cylindrical-coordinate representation of color #A6BAFE: hue angle of 226.36º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6BAFE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 186 | 254 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.00 |
| HSL | 226.36º | 0.98% | 0.82% | - |
| HSV(B) | 226.36º | 0.35% | 1% | - |
| XYZ | 51.17 | 50.38 | 100.79 | - |
| YUV | 187.77 | 165.37 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 254 | 0.35 | 0.27 | 0 | 0.00 | 226.36 | 0.98 | 0.82 |
| Hex | A6 | BA | FE | 23 | 1B | 0 | 0 | E2 | 62 | 52 |
| Octal | 246 | 272 | 376 | 43 | 33 | 0 | 0 | 342 | 142 | 122 |
| Binary | 10100110 | 10111010 | 11111110 | 100011 | 11011 | 0 | 0 | 11100010 | 1100010 | 1010010 |
Color Harmonies of #A6BAFE
Complementary color
Monochromatic Colors of #A6BAFE
Black with #A6BAFE
Text Example
Text Example
White with #A6BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAFE; }
p { color: rgb(166,186,254); }
H1.HeaderClassName
{
color: #A6BAFE;
}
.AnyTagClassName
{
color: #A6BAFE;
}
</style>
background-color css
<style>
a { background-color: #A6BAFE; }
a { background-color: rgb(166,186,254); }
div.DivClassName
{
background-color: #A6BAFE;
}
.BgClassName
{
background-color: #A6BAFE;
}
</style>
border-color css
<style>
span { border-color: #A6BAFE; }
span { border-color: rgb(166,186,254); }
td.TdClassName
{
border-color: #A6BAFE;
}
.TagClassName
{
border-color: #A6BAFE;
}
</style>