Shades of Perano #A1BCE9
Tints of Perano #A1BCE9
RGB
CMYK
RGB Variations
Color information
#A1BCE9 (or 0xA1BCE9) is known color: Perano. HEX triplet: A1, BC and E9. RGB value is (161,188,233). Sum of RGB (Red+Green+Blue) = 161+188+233=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #A1BCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BCE9 is #5E4316. Grayscale: #B8B8B8. Windows color (decimal): -6177559 or 15318177. OLE color: 15318177.
HSL color Cylindrical-coordinate representation of color #A1BCE9: hue angle of 217.5º 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 #A1BCE9 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 188 | 233 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.09 |
| HSL | 217.5º | 0.62% | 0.77% | - |
| HSV(B) | 217.5º | 0.31% | 0.91% | - |
| XYZ | 47.39 | 49.43 | 84.13 | - |
| YUV | 185.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 233 | 0.31 | 0.19 | 0 | 0.09 | 217.5 | 0.62 | 0.77 |
| Hex | A1 | BC | E9 | 1F | 13 | 0 | 9 | DA | 3E | 4D |
| Octal | 241 | 274 | 351 | 37 | 23 | 0 | 11 | 332 | 76 | 115 |
| Binary | 10100001 | 10111100 | 11101001 | 11111 | 10011 | 0 | 1001 | 11011010 | 111110 | 1001101 |
Color Harmonies of #A1BCE9
Complementary color
Monochromatic Colors of #A1BCE9
Black with #A1BCE9
Text Example
Text Example
White with #A1BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCE9; }
p { color: rgb(161,188,233); }
H1.HeaderClassName
{
color: #A1BCE9;
}
.AnyTagClassName
{
color: #A1BCE9;
}
</style>
background-color css
<style>
a { background-color: #A1BCE9; }
a { background-color: rgb(161,188,233); }
div.DivClassName
{
background-color: #A1BCE9;
}
.BgClassName
{
background-color: #A1BCE9;
}
</style>
border-color css
<style>
span { border-color: #A1BCE9; }
span { border-color: rgb(161,188,233); }
td.TdClassName
{
border-color: #A1BCE9;
}
.TagClassName
{
border-color: #A1BCE9;
}
</style>