Shades of Perano #A6BFFC
Tints of Perano #A6BFFC
RGB
CMYK
RGB Variations
Color information
#A6BFFC (or 0xA6BFFC) is known color: Perano. HEX triplet: A6, BF and FC. RGB value is (166,191,252). Sum of RGB (Red+Green+Blue) = 166+191+252=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFFC is #594003. Grayscale: #BEBEBE. Windows color (decimal): -5849092 or 16564134. OLE color: 16564134.
HSL color Cylindrical-coordinate representation of color #A6BFFC: hue angle of 222.56º 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 #A6BFFC is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 191 | 252 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.01 |
| HSL | 222.56º | 0.93% | 0.82% | - |
| HSV(B) | 222.56º | 0.34% | 0.99% | - |
| XYZ | 51.93 | 52.4 | 99.47 | - |
| YUV | 190.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 252 | 0.34 | 0.24 | 0 | 0.01 | 222.56 | 0.93 | 0.82 |
| Hex | A6 | BF | FC | 22 | 18 | 0 | 1 | DF | 5D | 52 |
| Octal | 246 | 277 | 374 | 42 | 30 | 0 | 1 | 337 | 135 | 122 |
| Binary | 10100110 | 10111111 | 11111100 | 100010 | 11000 | 0 | 1 | 11011111 | 1011101 | 1010010 |
Color Harmonies of #A6BFFC
Complementary color
Monochromatic Colors of #A6BFFC
Black with #A6BFFC
Text Example
Text Example
White with #A6BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFFC; }
p { color: rgb(166,191,252); }
H1.HeaderClassName
{
color: #A6BFFC;
}
.AnyTagClassName
{
color: #A6BFFC;
}
</style>
background-color css
<style>
a { background-color: #A6BFFC; }
a { background-color: rgb(166,191,252); }
div.DivClassName
{
background-color: #A6BFFC;
}
.BgClassName
{
background-color: #A6BFFC;
}
</style>
border-color css
<style>
span { border-color: #A6BFFC; }
span { border-color: rgb(166,191,252); }
td.TdClassName
{
border-color: #A6BFFC;
}
.TagClassName
{
border-color: #A6BFFC;
}
</style>