Shades of Perano #A6BFFE
Tints of Perano #A6BFFE
RGB
CMYK
RGB Variations
Color information
#A6BFFE (or 0xA6BFFE) is known color: Perano. HEX triplet: A6, BF and FE. RGB value is (166,191,254). Sum of RGB (Red+Green+Blue) = 166+191+254=611 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.17% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFFE is #594001. Grayscale: #BEBEBE. Windows color (decimal): -5849090 or 16695206. OLE color: 16695206.
HSL color Cylindrical-coordinate representation of color #A6BFFE: hue angle of 222.95º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6BFFE is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 191 | 254 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.00 |
| HSL | 222.95º | 0.98% | 0.82% | - |
| HSV(B) | 222.95º | 0.35% | 1% | - |
| XYZ | 52.25 | 52.52 | 101.15 | - |
| YUV | 190.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 191 | 254 | 0.35 | 0.25 | 0 | 0.00 | 222.95 | 0.98 | 0.82 |
| Hex | A6 | BF | FE | 23 | 19 | 0 | 0 | DF | 62 | 52 |
| Octal | 246 | 277 | 376 | 43 | 31 | 0 | 0 | 337 | 142 | 122 |
| Binary | 10100110 | 10111111 | 11111110 | 100011 | 11001 | 0 | 0 | 11011111 | 1100010 | 1010010 |
Color Harmonies of #A6BFFE
Complementary color
Monochromatic Colors of #A6BFFE
Black with #A6BFFE
Text Example
Text Example
White with #A6BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BFFE; }
p { color: rgb(166,191,254); }
H1.HeaderClassName
{
color: #A6BFFE;
}
.AnyTagClassName
{
color: #A6BFFE;
}
</style>
background-color css
<style>
a { background-color: #A6BFFE; }
a { background-color: rgb(166,191,254); }
div.DivClassName
{
background-color: #A6BFFE;
}
.BgClassName
{
background-color: #A6BFFE;
}
</style>
border-color css
<style>
span { border-color: #A6BFFE; }
span { border-color: rgb(166,191,254); }
td.TdClassName
{
border-color: #A6BFFE;
}
.TagClassName
{
border-color: #A6BFFE;
}
</style>