Shades of Perano #A6BBFC
Tints of Perano #A6BBFC
RGB
CMYK
RGB Variations
Color information
#A6BBFC (or 0xA6BBFC) is known color: Perano. HEX triplet: A6, BB and FC. RGB value is (166,187,252). Sum of RGB (Red+Green+Blue) = 166+187+252=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6BBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBFC is #594403. Grayscale: #BBBBBB. Windows color (decimal): -5850116 or 16563110. OLE color: 16563110.
HSL color Cylindrical-coordinate representation of color #A6BBFC: hue angle of 225.35º degrees, saturation: 0.93, 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 #A6BBFC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 187 | 252 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.01 |
| HSL | 225.35º | 0.93% | 0.82% | - |
| HSV(B) | 225.35º | 0.34% | 0.99% | - |
| XYZ | 51.07 | 50.68 | 99.19 | - |
| YUV | 188.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 252 | 0.34 | 0.26 | 0 | 0.01 | 225.35 | 0.93 | 0.82 |
| Hex | A6 | BB | FC | 22 | 1A | 0 | 1 | E1 | 5D | 52 |
| Octal | 246 | 273 | 374 | 42 | 32 | 0 | 1 | 341 | 135 | 122 |
| Binary | 10100110 | 10111011 | 11111100 | 100010 | 11010 | 0 | 1 | 11100001 | 1011101 | 1010010 |
Color Harmonies of #A6BBFC
Complementary color
Monochromatic Colors of #A6BBFC
Black with #A6BBFC
Text Example
Text Example
White with #A6BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBFC; }
p { color: rgb(166,187,252); }
H1.HeaderClassName
{
color: #A6BBFC;
}
.AnyTagClassName
{
color: #A6BBFC;
}
</style>
background-color css
<style>
a { background-color: #A6BBFC; }
a { background-color: rgb(166,187,252); }
div.DivClassName
{
background-color: #A6BBFC;
}
.BgClassName
{
background-color: #A6BBFC;
}
</style>
border-color css
<style>
span { border-color: #A6BBFC; }
span { border-color: rgb(166,187,252); }
td.TdClassName
{
border-color: #A6BBFC;
}
.TagClassName
{
border-color: #A6BBFC;
}
</style>