Shades of Perano #A6B3F0
Tints of Perano #A6B3F0
RGB
CMYK
RGB Variations
Color information
#A6B3F0 (or 0xA6B3F0) is known color: Perano. HEX triplet: A6, B3 and F0. RGB value is (166,179,240). Sum of RGB (Red+Green+Blue) = 166+179+240=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6B3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B3F0 is #594C0F. Grayscale: #B5B5B5. Windows color (decimal): -5852176 or 15774630. OLE color: 15774630.
HSL color Cylindrical-coordinate representation of color #A6B3F0: hue angle of 229.46º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6B3F0 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 179 | 240 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.06 |
| HSL | 229.46º | 0.71% | 0.8% | - |
| HSV(B) | 229.46º | 0.31% | 0.94% | - |
| XYZ | 47.57 | 46.64 | 88.93 | - |
| YUV | 182.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 240 | 0.31 | 0.25 | 0 | 0.06 | 229.46 | 0.71 | 0.8 |
| Hex | A6 | B3 | F0 | 1F | 19 | 0 | 6 | E5 | 47 | 50 |
| Octal | 246 | 263 | 360 | 37 | 31 | 0 | 6 | 345 | 107 | 120 |
| Binary | 10100110 | 10110011 | 11110000 | 11111 | 11001 | 0 | 110 | 11100101 | 1000111 | 1010000 |
Color Harmonies of #A6B3F0
Complementary color
Monochromatic Colors of #A6B3F0
Black with #A6B3F0
Text Example
Text Example
White with #A6B3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B3F0; }
p { color: rgb(166,179,240); }
H1.HeaderClassName
{
color: #A6B3F0;
}
.AnyTagClassName
{
color: #A6B3F0;
}
</style>
background-color css
<style>
a { background-color: #A6B3F0; }
a { background-color: rgb(166,179,240); }
div.DivClassName
{
background-color: #A6B3F0;
}
.BgClassName
{
background-color: #A6B3F0;
}
</style>
border-color css
<style>
span { border-color: #A6B3F0; }
span { border-color: rgb(166,179,240); }
td.TdClassName
{
border-color: #A6B3F0;
}
.TagClassName
{
border-color: #A6B3F0;
}
</style>