Shades of Perano #A9BFED
Tints of Perano #A9BFED
RGB
CMYK
RGB Variations
Color information
#A9BFED (or 0xA9BFED) is known color: Perano. HEX triplet: A9, BF and ED. RGB value is (169,191,237). Sum of RGB (Red+Green+Blue) = 169+191+237=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BFED is #564012. Grayscale: #BDBDBD. Windows color (decimal): -5652499 or 15581097. OLE color: 15581097.
HSL color Cylindrical-coordinate representation of color #A9BFED: hue angle of 220.59º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9BFED is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 191 | 237 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.07 |
| HSL | 220.59º | 0.65% | 0.8% | - |
| HSV(B) | 220.59º | 0.29% | 0.93% | - |
| XYZ | 50.28 | 51.81 | 87.47 | - |
| YUV | 189.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 237 | 0.29 | 0.19 | 0 | 0.07 | 220.59 | 0.65 | 0.8 |
| Hex | A9 | BF | ED | 1D | 13 | 0 | 7 | DD | 41 | 50 |
| Octal | 251 | 277 | 355 | 35 | 23 | 0 | 7 | 335 | 101 | 120 |
| Binary | 10101001 | 10111111 | 11101101 | 11101 | 10011 | 0 | 111 | 11011101 | 1000001 | 1010000 |
Color Harmonies of #A9BFED
Complementary color
Monochromatic Colors of #A9BFED
Black with #A9BFED
Text Example
Text Example
White with #A9BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFED; }
p { color: rgb(169,191,237); }
H1.HeaderClassName
{
color: #A9BFED;
}
.AnyTagClassName
{
color: #A9BFED;
}
</style>
background-color css
<style>
a { background-color: #A9BFED; }
a { background-color: rgb(169,191,237); }
div.DivClassName
{
background-color: #A9BFED;
}
.BgClassName
{
background-color: #A9BFED;
}
</style>
border-color css
<style>
span { border-color: #A9BFED; }
span { border-color: rgb(169,191,237); }
td.TdClassName
{
border-color: #A9BFED;
}
.TagClassName
{
border-color: #A9BFED;
}
</style>