Shades of Perano #A1BDF0
Tints of Perano #A1BDF0
RGB
CMYK
RGB Variations
Color information
#A1BDF0 (or 0xA1BDF0) is known color: Perano. HEX triplet: A1, BD and F0. RGB value is (161,189,240). Sum of RGB (Red+Green+Blue) = 161+189+240=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #A1BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDF0 is #5E420F. Grayscale: #BABABA. Windows color (decimal): -6177296 or 15777185. OLE color: 15777185.
HSL color Cylindrical-coordinate representation of color #A1BDF0: hue angle of 218.73º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BDF0 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 189 | 240 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.06 |
| HSL | 218.73º | 0.72% | 0.79% | - |
| HSV(B) | 218.73º | 0.33% | 0.94% | - |
| XYZ | 48.62 | 50.26 | 89.58 | - |
| YUV | 186.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 240 | 0.33 | 0.21 | 0 | 0.06 | 218.73 | 0.72 | 0.79 |
| Hex | A1 | BD | F0 | 21 | 15 | 0 | 6 | DB | 48 | 4F |
| Octal | 241 | 275 | 360 | 41 | 25 | 0 | 6 | 333 | 110 | 117 |
| Binary | 10100001 | 10111101 | 11110000 | 100001 | 10101 | 0 | 110 | 11011011 | 1001000 | 1001111 |
Color Harmonies of #A1BDF0
Complementary color
Monochromatic Colors of #A1BDF0
Black with #A1BDF0
Text Example
Text Example
White with #A1BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDF0; }
p { color: rgb(161,189,240); }
H1.HeaderClassName
{
color: #A1BDF0;
}
.AnyTagClassName
{
color: #A1BDF0;
}
</style>
background-color css
<style>
a { background-color: #A1BDF0; }
a { background-color: rgb(161,189,240); }
div.DivClassName
{
background-color: #A1BDF0;
}
.BgClassName
{
background-color: #A1BDF0;
}
</style>
border-color css
<style>
span { border-color: #A1BDF0; }
span { border-color: rgb(161,189,240); }
td.TdClassName
{
border-color: #A1BDF0;
}
.TagClassName
{
border-color: #A1BDF0;
}
</style>