Shades of Perano #A1BBEB
Tints of Perano #A1BBEB
RGB
CMYK
RGB Variations
Color information
#A1BBEB (or 0xA1BBEB) is known color: Perano. HEX triplet: A1, BB and EB. RGB value is (161,187,235). Sum of RGB (Red+Green+Blue) = 161+187+235=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBEB is #5E4414. Grayscale: #B8B8B8. Windows color (decimal): -6177813 or 15448993. OLE color: 15448993.
HSL color Cylindrical-coordinate representation of color #A1BBEB: hue angle of 218.92º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1BBEB is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 187 | 235 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.08 |
| HSL | 218.92º | 0.65% | 0.78% | - |
| HSV(B) | 218.92º | 0.31% | 0.92% | - |
| XYZ | 47.46 | 49.12 | 85.58 | - |
| YUV | 184.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 235 | 0.31 | 0.20 | 0 | 0.08 | 218.92 | 0.65 | 0.78 |
| Hex | A1 | BB | EB | 1F | 14 | 0 | 8 | DB | 41 | 4E |
| Octal | 241 | 273 | 353 | 37 | 24 | 0 | 10 | 333 | 101 | 116 |
| Binary | 10100001 | 10111011 | 11101011 | 11111 | 10100 | 0 | 1000 | 11011011 | 1000001 | 1001110 |
Color Harmonies of #A1BBEB
Complementary color
Monochromatic Colors of #A1BBEB
Black with #A1BBEB
Text Example
Text Example
White with #A1BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBEB; }
p { color: rgb(161,187,235); }
H1.HeaderClassName
{
color: #A1BBEB;
}
.AnyTagClassName
{
color: #A1BBEB;
}
</style>
background-color css
<style>
a { background-color: #A1BBEB; }
a { background-color: rgb(161,187,235); }
div.DivClassName
{
background-color: #A1BBEB;
}
.BgClassName
{
background-color: #A1BBEB;
}
</style>
border-color css
<style>
span { border-color: #A1BBEB; }
span { border-color: rgb(161,187,235); }
td.TdClassName
{
border-color: #A1BBEB;
}
.TagClassName
{
border-color: #A1BBEB;
}
</style>