Shades of Perano #A9BFEB
Tints of Perano #A9BFEB
RGB
CMYK
RGB Variations
Color information
#A9BFEB (or 0xA9BFEB) is known color: Perano. HEX triplet: A9, BF and EB. RGB value is (169,191,235). Sum of RGB (Red+Green+Blue) = 169+191+235=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #A9BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BFEB is #564014. Grayscale: #BDBDBD. Windows color (decimal): -5652501 or 15450025. OLE color: 15450025.
HSL color Cylindrical-coordinate representation of color #A9BFEB: hue angle of 220º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9BFEB is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 191 | 235 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.08 |
| HSL | 220º | 0.62% | 0.79% | - |
| HSV(B) | 220º | 0.28% | 0.92% | - |
| XYZ | 49.99 | 51.69 | 85.94 | - |
| YUV | 189.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 235 | 0.28 | 0.19 | 0 | 0.08 | 220 | 0.62 | 0.79 |
| Hex | A9 | BF | EB | 1C | 13 | 0 | 8 | DC | 3E | 4F |
| Octal | 251 | 277 | 353 | 34 | 23 | 0 | 10 | 334 | 76 | 117 |
| Binary | 10101001 | 10111111 | 11101011 | 11100 | 10011 | 0 | 1000 | 11011100 | 111110 | 1001111 |
Color Harmonies of #A9BFEB
Complementary color
Monochromatic Colors of #A9BFEB
Black with #A9BFEB
Text Example
Text Example
White with #A9BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFEB; }
p { color: rgb(169,191,235); }
H1.HeaderClassName
{
color: #A9BFEB;
}
.AnyTagClassName
{
color: #A9BFEB;
}
</style>
background-color css
<style>
a { background-color: #A9BFEB; }
a { background-color: rgb(169,191,235); }
div.DivClassName
{
background-color: #A9BFEB;
}
.BgClassName
{
background-color: #A9BFEB;
}
</style>
border-color css
<style>
span { border-color: #A9BFEB; }
span { border-color: rgb(169,191,235); }
td.TdClassName
{
border-color: #A9BFEB;
}
.TagClassName
{
border-color: #A9BFEB;
}
</style>