Shades of Perano #A1BBE9
Tints of Perano #A1BBE9
RGB
CMYK
RGB Variations
Color information
#A1BBE9 (or 0xA1BBE9) is known color: Perano. HEX triplet: A1, BB and E9. RGB value is (161,187,233). Sum of RGB (Red+Green+Blue) = 161+187+233=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #A1BBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBE9 is #5E4416. Grayscale: #B8B8B8. Windows color (decimal): -6177815 or 15317921. OLE color: 15317921.
HSL color Cylindrical-coordinate representation of color #A1BBE9: hue angle of 218.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1BBE9 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 187 | 233 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.09 |
| HSL | 218.33º | 0.62% | 0.77% | - |
| HSV(B) | 218.33º | 0.31% | 0.91% | - |
| XYZ | 47.18 | 49 | 84.06 | - |
| YUV | 184.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 233 | 0.31 | 0.20 | 0 | 0.09 | 218.33 | 0.62 | 0.77 |
| Hex | A1 | BB | E9 | 1F | 14 | 0 | 9 | DA | 3E | 4D |
| Octal | 241 | 273 | 351 | 37 | 24 | 0 | 11 | 332 | 76 | 115 |
| Binary | 10100001 | 10111011 | 11101001 | 11111 | 10100 | 0 | 1001 | 11011010 | 111110 | 1001101 |
Color Harmonies of #A1BBE9
Complementary color
Monochromatic Colors of #A1BBE9
Black with #A1BBE9
Text Example
Text Example
White with #A1BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBE9; }
p { color: rgb(161,187,233); }
H1.HeaderClassName
{
color: #A1BBE9;
}
.AnyTagClassName
{
color: #A1BBE9;
}
</style>
background-color css
<style>
a { background-color: #A1BBE9; }
a { background-color: rgb(161,187,233); }
div.DivClassName
{
background-color: #A1BBE9;
}
.BgClassName
{
background-color: #A1BBE9;
}
</style>
border-color css
<style>
span { border-color: #A1BBE9; }
span { border-color: rgb(161,187,233); }
td.TdClassName
{
border-color: #A1BBE9;
}
.TagClassName
{
border-color: #A1BBE9;
}
</style>