Shades of Perano #A1BBEF
Tints of Perano #A1BBEF
RGB
CMYK
RGB Variations
Color information
#A1BBEF (or 0xA1BBEF) is known color: Perano. HEX triplet: A1, BB and EF. RGB value is (161,187,239). Sum of RGB (Red+Green+Blue) = 161+187+239=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBEF is #5E4410. Grayscale: #B8B8B8. Windows color (decimal): -6177809 or 15711137. OLE color: 15711137.
HSL color Cylindrical-coordinate representation of color #A1BBEF: hue angle of 220º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BBEF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 187 | 239 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.06 |
| HSL | 220º | 0.71% | 0.78% | - |
| HSV(B) | 220º | 0.33% | 0.94% | - |
| XYZ | 48.05 | 49.35 | 88.65 | - |
| YUV | 185.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 239 | 0.33 | 0.22 | 0 | 0.06 | 220 | 0.71 | 0.78 |
| Hex | A1 | BB | EF | 21 | 16 | 0 | 6 | DC | 47 | 4E |
| Octal | 241 | 273 | 357 | 41 | 26 | 0 | 6 | 334 | 107 | 116 |
| Binary | 10100001 | 10111011 | 11101111 | 100001 | 10110 | 0 | 110 | 11011100 | 1000111 | 1001110 |
Color Harmonies of #A1BBEF
Complementary color
Monochromatic Colors of #A1BBEF
Black with #A1BBEF
Text Example
Text Example
White with #A1BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBEF; }
p { color: rgb(161,187,239); }
H1.HeaderClassName
{
color: #A1BBEF;
}
.AnyTagClassName
{
color: #A1BBEF;
}
</style>
background-color css
<style>
a { background-color: #A1BBEF; }
a { background-color: rgb(161,187,239); }
div.DivClassName
{
background-color: #A1BBEF;
}
.BgClassName
{
background-color: #A1BBEF;
}
</style>
border-color css
<style>
span { border-color: #A1BBEF; }
span { border-color: rgb(161,187,239); }
td.TdClassName
{
border-color: #A1BBEF;
}
.TagClassName
{
border-color: #A1BBEF;
}
</style>