Shades of Perano #A1BBE6
Tints of Perano #A1BBE6
RGB
CMYK
RGB Variations
Color information
#A1BBE6 (or 0xA1BBE6) is known color: Perano. HEX triplet: A1, BB and E6. RGB value is (161,187,230). Sum of RGB (Red+Green+Blue) = 161+187+230=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #A1BBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBE6 is #5E4419. Grayscale: #B7B7B7. Windows color (decimal): -6177818 or 15121313. OLE color: 15121313.
HSL color Cylindrical-coordinate representation of color #A1BBE6: hue angle of 217.39º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1BBE6 is Cyan = 0.3, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 187 | 230 | - |
| CMYK | 0.3 | 0.19 | 0 | 0.10 |
| HSL | 217.39º | 0.58% | 0.77% | - |
| HSV(B) | 217.39º | 0.3% | 0.9% | - |
| XYZ | 46.75 | 48.83 | 81.82 | - |
| YUV | 184.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 230 | 0.3 | 0.19 | 0 | 0.10 | 217.39 | 0.58 | 0.77 |
| Hex | A1 | BB | E6 | 1E | 13 | 0 | A | D9 | 3A | 4D |
| Octal | 241 | 273 | 346 | 36 | 23 | 0 | 12 | 331 | 72 | 115 |
| Binary | 10100001 | 10111011 | 11100110 | 11110 | 10011 | 0 | 1010 | 11011001 | 111010 | 1001101 |
Color Harmonies of #A1BBE6
Complementary color
Monochromatic Colors of #A1BBE6
Black with #A1BBE6
Text Example
Text Example
White with #A1BBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBE6; }
p { color: rgb(161,187,230); }
H1.HeaderClassName
{
color: #A1BBE6;
}
.AnyTagClassName
{
color: #A1BBE6;
}
</style>
background-color css
<style>
a { background-color: #A1BBE6; }
a { background-color: rgb(161,187,230); }
div.DivClassName
{
background-color: #A1BBE6;
}
.BgClassName
{
background-color: #A1BBE6;
}
</style>
border-color css
<style>
span { border-color: #A1BBE6; }
span { border-color: rgb(161,187,230); }
td.TdClassName
{
border-color: #A1BBE6;
}
.TagClassName
{
border-color: #A1BBE6;
}
</style>