Shades of Perano #A1BDF3
Tints of Perano #A1BDF3
RGB
CMYK
RGB Variations
Color information
#A1BDF3 (or 0xA1BDF3) is known color: Perano. HEX triplet: A1, BD and F3. RGB value is (161,189,243). Sum of RGB (Red+Green+Blue) = 161+189+243=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDF3 is #5E420C. Grayscale: #BABABA. Windows color (decimal): -6177293 or 15973793. OLE color: 15973793.
HSL color Cylindrical-coordinate representation of color #A1BDF3: hue angle of 219.51º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1BDF3 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 189 | 243 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.05 |
| HSL | 219.51º | 0.77% | 0.79% | - |
| HSV(B) | 219.51º | 0.34% | 0.95% | - |
| XYZ | 49.07 | 50.44 | 91.94 | - |
| YUV | 186.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 243 | 0.34 | 0.22 | 0 | 0.05 | 219.51 | 0.77 | 0.79 |
| Hex | A1 | BD | F3 | 22 | 16 | 0 | 5 | DC | 4D | 4F |
| Octal | 241 | 275 | 363 | 42 | 26 | 0 | 5 | 334 | 115 | 117 |
| Binary | 10100001 | 10111101 | 11110011 | 100010 | 10110 | 0 | 101 | 11011100 | 1001101 | 1001111 |
Color Harmonies of #A1BDF3
Complementary color
Monochromatic Colors of #A1BDF3
Black with #A1BDF3
Text Example
Text Example
White with #A1BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDF3; }
p { color: rgb(161,189,243); }
H1.HeaderClassName
{
color: #A1BDF3;
}
.AnyTagClassName
{
color: #A1BDF3;
}
</style>
background-color css
<style>
a { background-color: #A1BDF3; }
a { background-color: rgb(161,189,243); }
div.DivClassName
{
background-color: #A1BDF3;
}
.BgClassName
{
background-color: #A1BDF3;
}
</style>
border-color css
<style>
span { border-color: #A1BDF3; }
span { border-color: rgb(161,189,243); }
td.TdClassName
{
border-color: #A1BDF3;
}
.TagClassName
{
border-color: #A1BDF3;
}
</style>