Shades of Perano #A6BFF1
Tints of Perano #A6BFF1
RGB
CMYK
RGB Variations
Color information
#A6BFF1 (or 0xA6BFF1) is known color: Perano. HEX triplet: A6, BF and F1. RGB value is (166,191,241). Sum of RGB (Red+Green+Blue) = 166+191+241=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFF1 is #59400E. Grayscale: #BDBDBD. Windows color (decimal): -5849103 or 15843238. OLE color: 15843238.
HSL color Cylindrical-coordinate representation of color #A6BFF1: hue angle of 220º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6BFF1 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 191 | 241 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.05 |
| HSL | 220º | 0.73% | 0.8% | - |
| HSV(B) | 220º | 0.31% | 0.95% | - |
| XYZ | 50.23 | 51.72 | 90.55 | - |
| YUV | 189.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 241 | 0.31 | 0.21 | 0 | 0.05 | 220 | 0.73 | 0.8 |
| Hex | A6 | BF | F1 | 1F | 15 | 0 | 5 | DC | 49 | 50 |
| Octal | 246 | 277 | 361 | 37 | 25 | 0 | 5 | 334 | 111 | 120 |
| Binary | 10100110 | 10111111 | 11110001 | 11111 | 10101 | 0 | 101 | 11011100 | 1001001 | 1010000 |
Color Harmonies of #A6BFF1
Complementary color
Monochromatic Colors of #A6BFF1
Black with #A6BFF1
Text Example
Text Example
White with #A6BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFF1; }
p { color: rgb(166,191,241); }
H1.HeaderClassName
{
color: #A6BFF1;
}
.AnyTagClassName
{
color: #A6BFF1;
}
</style>
background-color css
<style>
a { background-color: #A6BFF1; }
a { background-color: rgb(166,191,241); }
div.DivClassName
{
background-color: #A6BFF1;
}
.BgClassName
{
background-color: #A6BFF1;
}
</style>
border-color css
<style>
span { border-color: #A6BFF1; }
span { border-color: rgb(166,191,241); }
td.TdClassName
{
border-color: #A6BFF1;
}
.TagClassName
{
border-color: #A6BFF1;
}
</style>