Shades of Perano #A6BBFD
Tints of Perano #A6BBFD
RGB
CMYK
RGB Variations
Color information
#A6BBFD (or 0xA6BBFD) is known color: Perano. HEX triplet: A6, BB and FD. RGB value is (166,187,253). Sum of RGB (Red+Green+Blue) = 166+187+253=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBFD is #594402. Grayscale: #BBBBBB. Windows color (decimal): -5850115 or 16628646. OLE color: 16628646.
HSL color Cylindrical-coordinate representation of color #A6BBFD: hue angle of 225.52º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BBFD is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 187 | 253 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.01 |
| HSL | 225.52º | 0.96% | 0.82% | - |
| HSV(B) | 225.52º | 0.34% | 0.99% | - |
| XYZ | 51.23 | 50.74 | 100.02 | - |
| YUV | 188.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 253 | 0.34 | 0.26 | 0 | 0.01 | 225.52 | 0.96 | 0.82 |
| Hex | A6 | BB | FD | 22 | 1A | 0 | 1 | E2 | 60 | 52 |
| Octal | 246 | 273 | 375 | 42 | 32 | 0 | 1 | 342 | 140 | 122 |
| Binary | 10100110 | 10111011 | 11111101 | 100010 | 11010 | 0 | 1 | 11100010 | 1100000 | 1010010 |
Color Harmonies of #A6BBFD
Complementary color
Monochromatic Colors of #A6BBFD
Black with #A6BBFD
Text Example
Text Example
White with #A6BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBFD; }
p { color: rgb(166,187,253); }
H1.HeaderClassName
{
color: #A6BBFD;
}
.AnyTagClassName
{
color: #A6BBFD;
}
</style>
background-color css
<style>
a { background-color: #A6BBFD; }
a { background-color: rgb(166,187,253); }
div.DivClassName
{
background-color: #A6BBFD;
}
.BgClassName
{
background-color: #A6BBFD;
}
</style>
border-color css
<style>
span { border-color: #A6BBFD; }
span { border-color: rgb(166,187,253); }
td.TdClassName
{
border-color: #A6BBFD;
}
.TagClassName
{
border-color: #A6BBFD;
}
</style>