Shades of Perano #A6BAF2
Tints of Perano #A6BAF2
RGB
CMYK
RGB Variations
Color information
#A6BAF2 (or 0xA6BAF2) is known color: Perano. HEX triplet: A6, BA and F2. RGB value is (166,186,242). Sum of RGB (Red+Green+Blue) = 166+186+242=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #A6BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BAF2 is #59450D. Grayscale: #BABABA. Windows color (decimal): -5850382 or 15907494. OLE color: 15907494.
HSL color Cylindrical-coordinate representation of color #A6BAF2: hue angle of 224.21º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6BAF2 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 186 | 242 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.05 |
| HSL | 224.21º | 0.75% | 0.8% | - |
| HSV(B) | 224.21º | 0.31% | 0.95% | - |
| XYZ | 49.31 | 49.64 | 90.99 | - |
| YUV | 186.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 242 | 0.31 | 0.23 | 0 | 0.05 | 224.21 | 0.75 | 0.8 |
| Hex | A6 | BA | F2 | 1F | 17 | 0 | 5 | E0 | 4B | 50 |
| Octal | 246 | 272 | 362 | 37 | 27 | 0 | 5 | 340 | 113 | 120 |
| Binary | 10100110 | 10111010 | 11110010 | 11111 | 10111 | 0 | 101 | 11100000 | 1001011 | 1010000 |
Color Harmonies of #A6BAF2
Complementary color
Monochromatic Colors of #A6BAF2
Black with #A6BAF2
Text Example
Text Example
White with #A6BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BAF2; }
p { color: rgb(166,186,242); }
H1.HeaderClassName
{
color: #A6BAF2;
}
.AnyTagClassName
{
color: #A6BAF2;
}
</style>
background-color css
<style>
a { background-color: #A6BAF2; }
a { background-color: rgb(166,186,242); }
div.DivClassName
{
background-color: #A6BAF2;
}
.BgClassName
{
background-color: #A6BAF2;
}
</style>
border-color css
<style>
span { border-color: #A6BAF2; }
span { border-color: rgb(166,186,242); }
td.TdClassName
{
border-color: #A6BAF2;
}
.TagClassName
{
border-color: #A6BAF2;
}
</style>