Shades of Perano #A1BDEF
Tints of Perano #A1BDEF
RGB
CMYK
RGB Variations
Color information
#A1BDEF (or 0xA1BDEF) is known color: Perano. HEX triplet: A1, BD and EF. RGB value is (161,189,239). Sum of RGB (Red+Green+Blue) = 161+189+239=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BDEF is #5E4210. Grayscale: #BABABA. Windows color (decimal): -6177297 or 15711649. OLE color: 15711649.
HSL color Cylindrical-coordinate representation of color #A1BDEF: hue angle of 218.46º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BDEF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 189 | 239 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.06 |
| HSL | 218.46º | 0.71% | 0.78% | - |
| HSV(B) | 218.46º | 0.33% | 0.94% | - |
| XYZ | 48.48 | 50.2 | 88.8 | - |
| YUV | 186.33 | 157.72 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 239 | 0.33 | 0.21 | 0 | 0.06 | 218.46 | 0.71 | 0.78 |
| Hex | A1 | BD | EF | 21 | 15 | 0 | 6 | DA | 47 | 4E |
| Octal | 241 | 275 | 357 | 41 | 25 | 0 | 6 | 332 | 107 | 116 |
| Binary | 10100001 | 10111101 | 11101111 | 100001 | 10101 | 0 | 110 | 11011010 | 1000111 | 1001110 |
Color Harmonies of #A1BDEF
Complementary color
Monochromatic Colors of #A1BDEF
Black with #A1BDEF
Text Example
Text Example
White with #A1BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDEF; }
p { color: rgb(161,189,239); }
H1.HeaderClassName
{
color: #A1BDEF;
}
.AnyTagClassName
{
color: #A1BDEF;
}
</style>
background-color css
<style>
a { background-color: #A1BDEF; }
a { background-color: rgb(161,189,239); }
div.DivClassName
{
background-color: #A1BDEF;
}
.BgClassName
{
background-color: #A1BDEF;
}
</style>
border-color css
<style>
span { border-color: #A1BDEF; }
span { border-color: rgb(161,189,239); }
td.TdClassName
{
border-color: #A1BDEF;
}
.TagClassName
{
border-color: #A1BDEF;
}
</style>