Shades of Perano #A6BBF7
Tints of Perano #A6BBF7
RGB
CMYK
RGB Variations
Color information
#A6BBF7 (or 0xA6BBF7) is known color: Perano. HEX triplet: A6, BB and F7. RGB value is (166,187,247). Sum of RGB (Red+Green+Blue) = 166+187+247=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6BBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBF7 is #594408. Grayscale: #BBBBBB. Windows color (decimal): -5850121 or 16235430. OLE color: 16235430.
HSL color Cylindrical-coordinate representation of color #A6BBF7: hue angle of 224.44º degrees, saturation: 0.84, 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 #A6BBF7 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 187 | 247 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.03 |
| HSL | 224.44º | 0.84% | 0.81% | - |
| HSV(B) | 224.44º | 0.33% | 0.97% | - |
| XYZ | 50.28 | 50.36 | 95.07 | - |
| YUV | 187.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 247 | 0.33 | 0.24 | 0 | 0.03 | 224.44 | 0.84 | 0.81 |
| Hex | A6 | BB | F7 | 21 | 18 | 0 | 3 | E0 | 54 | 51 |
| Octal | 246 | 273 | 367 | 41 | 30 | 0 | 3 | 340 | 124 | 121 |
| Binary | 10100110 | 10111011 | 11110111 | 100001 | 11000 | 0 | 11 | 11100000 | 1010100 | 1010001 |
Color Harmonies of #A6BBF7
Complementary color
Monochromatic Colors of #A6BBF7
Black with #A6BBF7
Text Example
Text Example
White with #A6BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBF7; }
p { color: rgb(166,187,247); }
H1.HeaderClassName
{
color: #A6BBF7;
}
.AnyTagClassName
{
color: #A6BBF7;
}
</style>
background-color css
<style>
a { background-color: #A6BBF7; }
a { background-color: rgb(166,187,247); }
div.DivClassName
{
background-color: #A6BBF7;
}
.BgClassName
{
background-color: #A6BBF7;
}
</style>
border-color css
<style>
span { border-color: #A6BBF7; }
span { border-color: rgb(166,187,247); }
td.TdClassName
{
border-color: #A6BBF7;
}
.TagClassName
{
border-color: #A6BBF7;
}
</style>