Shades of Perano #A6BBFE
Tints of Perano #A6BBFE
RGB
CMYK
RGB Variations
Color information
#A6BBFE (or 0xA6BBFE) is known color: Perano. HEX triplet: A6, BB and FE. RGB value is (166,187,254). Sum of RGB (Red+Green+Blue) = 166+187+254=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BBFE is #594401. Grayscale: #BCBCBC. Windows color (decimal): -5850114 or 16694182. OLE color: 16694182.
HSL color Cylindrical-coordinate representation of color #A6BBFE: hue angle of 225.68º 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 #A6BBFE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 187 | 254 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.00 |
| HSL | 225.68º | 0.98% | 0.82% | - |
| HSV(B) | 225.68º | 0.35% | 1% | - |
| XYZ | 51.39 | 50.8 | 100.86 | - |
| YUV | 188.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 187 | 254 | 0.35 | 0.26 | 0 | 0.00 | 225.68 | 0.98 | 0.82 |
| Hex | A6 | BB | FE | 23 | 1A | 0 | 0 | E2 | 62 | 52 |
| Octal | 246 | 273 | 376 | 43 | 32 | 0 | 0 | 342 | 142 | 122 |
| Binary | 10100110 | 10111011 | 11111110 | 100011 | 11010 | 0 | 0 | 11100010 | 1100010 | 1010010 |
Color Harmonies of #A6BBFE
Complementary color
Monochromatic Colors of #A6BBFE
Black with #A6BBFE
Text Example
Text Example
White with #A6BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BBFE; }
p { color: rgb(166,187,254); }
H1.HeaderClassName
{
color: #A6BBFE;
}
.AnyTagClassName
{
color: #A6BBFE;
}
</style>
background-color css
<style>
a { background-color: #A6BBFE; }
a { background-color: rgb(166,187,254); }
div.DivClassName
{
background-color: #A6BBFE;
}
.BgClassName
{
background-color: #A6BBFE;
}
</style>
border-color css
<style>
span { border-color: #A6BBFE; }
span { border-color: rgb(166,187,254); }
td.TdClassName
{
border-color: #A6BBFE;
}
.TagClassName
{
border-color: #A6BBFE;
}
</style>