Shades of Perano #A1BBE4
Tints of Perano #A1BBE4
RGB
CMYK
RGB Variations
Color information
#A1BBE4 (or 0xA1BBE4) is known color: Perano. HEX triplet: A1, BB and E4. RGB value is (161,187,228). Sum of RGB (Red+Green+Blue) = 161+187+228=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1BBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBE4 is #5E441B. Grayscale: #B7B7B7. Windows color (decimal): -6177820 or 14990241. OLE color: 14990241.
HSL color Cylindrical-coordinate representation of color #A1BBE4: hue angle of 216.72º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1BBE4 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 187 | 228 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.11 |
| HSL | 216.72º | 0.55% | 0.76% | - |
| HSV(B) | 216.72º | 0.29% | 0.89% | - |
| XYZ | 46.47 | 48.72 | 80.35 | - |
| YUV | 183.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 228 | 0.29 | 0.18 | 0 | 0.11 | 216.72 | 0.55 | 0.76 |
| Hex | A1 | BB | E4 | 1D | 12 | 0 | B | D9 | 37 | 4C |
| Octal | 241 | 273 | 344 | 35 | 22 | 0 | 13 | 331 | 67 | 114 |
| Binary | 10100001 | 10111011 | 11100100 | 11101 | 10010 | 0 | 1011 | 11011001 | 110111 | 1001100 |
Color Harmonies of #A1BBE4
Complementary color
Monochromatic Colors of #A1BBE4
Black with #A1BBE4
Text Example
Text Example
White with #A1BBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBE4; }
p { color: rgb(161,187,228); }
H1.HeaderClassName
{
color: #A1BBE4;
}
.AnyTagClassName
{
color: #A1BBE4;
}
</style>
background-color css
<style>
a { background-color: #A1BBE4; }
a { background-color: rgb(161,187,228); }
div.DivClassName
{
background-color: #A1BBE4;
}
.BgClassName
{
background-color: #A1BBE4;
}
</style>
border-color css
<style>
span { border-color: #A1BBE4; }
span { border-color: rgb(161,187,228); }
td.TdClassName
{
border-color: #A1BBE4;
}
.TagClassName
{
border-color: #A1BBE4;
}
</style>