Shades of Perano #A1BFFF
Tints of Perano #A1BFFF
RGB
CMYK
RGB Variations
Color information
#A1BFFF (or 0xA1BFFF) is known color: Perano. HEX triplet: A1, BF and FF. RGB value is (161,191,255). Sum of RGB (Red+Green+Blue) = 161+191+255=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BFFF is #5E4000. Grayscale: #BDBDBD. Windows color (decimal): -6176769 or 16760737. OLE color: 16760737.
HSL color Cylindrical-coordinate representation of color #A1BFFF: hue angle of 220.85º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1BFFF is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 191 | 255 | - |
| CMYK | 0.37 | 0.25 | 0 | 0 |
| HSL | 220.85º | 1% | 0.82% | - |
| HSV(B) | 220.85º | 0.37% | 1% | - |
| XYZ | 51.38 | 52.06 | 101.95 | - |
| YUV | 189.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 255 | 0.37 | 0.25 | 0 | 0 | 220.85 | 1 | 0.82 |
| Hex | A1 | BF | FF | 25 | 19 | 0 | 0 | DD | 64 | 52 |
| Octal | 241 | 277 | 377 | 45 | 31 | 0 | 0 | 335 | 144 | 122 |
| Binary | 10100001 | 10111111 | 11111111 | 100101 | 11001 | 0 | 0 | 11011101 | 1100100 | 1010010 |
Color Harmonies of #A1BFFF
Complementary color
Monochromatic Colors of #A1BFFF
Black with #A1BFFF
Text Example
Text Example
White with #A1BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFFF; }
p { color: rgb(161,191,255); }
H1.HeaderClassName
{
color: #A1BFFF;
}
.AnyTagClassName
{
color: #A1BFFF;
}
</style>
background-color css
<style>
a { background-color: #A1BFFF; }
a { background-color: rgb(161,191,255); }
div.DivClassName
{
background-color: #A1BFFF;
}
.BgClassName
{
background-color: #A1BFFF;
}
</style>
border-color css
<style>
span { border-color: #A1BFFF; }
span { border-color: rgb(161,191,255); }
td.TdClassName
{
border-color: #A1BFFF;
}
.TagClassName
{
border-color: #A1BFFF;
}
</style>