Shades of Perano #A1BCEB
Tints of Perano #A1BCEB
RGB
CMYK
RGB Variations
Color information
#A1BCEB (or 0xA1BCEB) is known color: Perano. HEX triplet: A1, BC and EB. RGB value is (161,188,235). Sum of RGB (Red+Green+Blue) = 161+188+235=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BCEB is #5E4314. Grayscale: #B9B9B9. Windows color (decimal): -6177557 or 15449249. OLE color: 15449249.
HSL color Cylindrical-coordinate representation of color #A1BCEB: hue angle of 218.11º 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 #A1BCEB is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 188 | 235 | - |
| CMYK | 0.31 | 0.2 | 0 | 0.08 |
| HSL | 218.11º | 0.65% | 0.78% | - |
| HSV(B) | 218.11º | 0.31% | 0.92% | - |
| XYZ | 47.68 | 49.54 | 85.65 | - |
| YUV | 185.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 235 | 0.31 | 0.2 | 0 | 0.08 | 218.11 | 0.65 | 0.78 |
| Hex | A1 | BC | EB | 1F | 14 | 0 | 8 | DA | 41 | 4E |
| Octal | 241 | 274 | 353 | 37 | 24 | 0 | 10 | 332 | 101 | 116 |
| Binary | 10100001 | 10111100 | 11101011 | 11111 | 10100 | 0 | 1000 | 11011010 | 1000001 | 1001110 |
Color Harmonies of #A1BCEB
Complementary color
Monochromatic Colors of #A1BCEB
Black with #A1BCEB
Text Example
Text Example
White with #A1BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCEB; }
p { color: rgb(161,188,235); }
H1.HeaderClassName
{
color: #A1BCEB;
}
.AnyTagClassName
{
color: #A1BCEB;
}
</style>
background-color css
<style>
a { background-color: #A1BCEB; }
a { background-color: rgb(161,188,235); }
div.DivClassName
{
background-color: #A1BCEB;
}
.BgClassName
{
background-color: #A1BCEB;
}
</style>
border-color css
<style>
span { border-color: #A1BCEB; }
span { border-color: rgb(161,188,235); }
td.TdClassName
{
border-color: #A1BCEB;
}
.TagClassName
{
border-color: #A1BCEB;
}
</style>