Shades of Perano #A6BAEA
Tints of Perano #A6BAEA
RGB
CMYK
RGB Variations
Color information
#A6BAEA (or 0xA6BAEA) is known color: Perano. HEX triplet: A6, BA and EA. RGB value is (166,186,234). Sum of RGB (Red+Green+Blue) = 166+186+234=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BAEA is #594515. Grayscale: #B9B9B9. Windows color (decimal): -5850390 or 15383206. OLE color: 15383206.
HSL color Cylindrical-coordinate representation of color #A6BAEA: hue angle of 222.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6BAEA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 186 | 234 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.08 |
| HSL | 222.35º | 0.62% | 0.78% | - |
| HSV(B) | 222.35º | 0.29% | 0.92% | - |
| XYZ | 48.14 | 49.17 | 84.79 | - |
| YUV | 185.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 234 | 0.29 | 0.21 | 0 | 0.08 | 222.35 | 0.62 | 0.78 |
| Hex | A6 | BA | EA | 1D | 15 | 0 | 8 | DE | 3E | 4E |
| Octal | 246 | 272 | 352 | 35 | 25 | 0 | 10 | 336 | 76 | 116 |
| Binary | 10100110 | 10111010 | 11101010 | 11101 | 10101 | 0 | 1000 | 11011110 | 111110 | 1001110 |
Color Harmonies of #A6BAEA
Complementary color
Monochromatic Colors of #A6BAEA
Black with #A6BAEA
Text Example
Text Example
White with #A6BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAEA; }
p { color: rgb(166,186,234); }
H1.HeaderClassName
{
color: #A6BAEA;
}
.AnyTagClassName
{
color: #A6BAEA;
}
</style>
background-color css
<style>
a { background-color: #A6BAEA; }
a { background-color: rgb(166,186,234); }
div.DivClassName
{
background-color: #A6BAEA;
}
.BgClassName
{
background-color: #A6BAEA;
}
</style>
border-color css
<style>
span { border-color: #A6BAEA; }
span { border-color: rgb(166,186,234); }
td.TdClassName
{
border-color: #A6BAEA;
}
.TagClassName
{
border-color: #A6BAEA;
}
</style>