Shades of Perano #A9BCFD
Tints of Perano #A9BCFD
RGB
CMYK
RGB Variations
Color information
#A9BCFD (or 0xA9BCFD) is known color: Perano. HEX triplet: A9, BC and FD. RGB value is (169,188,253). Sum of RGB (Red+Green+Blue) = 169+188+253=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BCFD is #564302. Grayscale: #BDBDBD. Windows color (decimal): -5653251 or 16628905. OLE color: 16628905.
HSL color Cylindrical-coordinate representation of color #A9BCFD: hue angle of 226.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9BCFD is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 188 | 253 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.01 |
| HSL | 226.43º | 0.95% | 0.83% | - |
| HSV(B) | 226.43º | 0.33% | 0.99% | - |
| XYZ | 52.08 | 51.49 | 100.12 | - |
| YUV | 189.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 253 | 0.33 | 0.26 | 0 | 0.01 | 226.43 | 0.95 | 0.83 |
| Hex | A9 | BC | FD | 21 | 1A | 0 | 1 | E2 | 5F | 53 |
| Octal | 251 | 274 | 375 | 41 | 32 | 0 | 1 | 342 | 137 | 123 |
| Binary | 10101001 | 10111100 | 11111101 | 100001 | 11010 | 0 | 1 | 11100010 | 1011111 | 1010011 |
Color Harmonies of #A9BCFD
Complementary color
Monochromatic Colors of #A9BCFD
Black with #A9BCFD
Text Example
Text Example
White with #A9BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCFD; }
p { color: rgb(169,188,253); }
H1.HeaderClassName
{
color: #A9BCFD;
}
.AnyTagClassName
{
color: #A9BCFD;
}
</style>
background-color css
<style>
a { background-color: #A9BCFD; }
a { background-color: rgb(169,188,253); }
div.DivClassName
{
background-color: #A9BCFD;
}
.BgClassName
{
background-color: #A9BCFD;
}
</style>
border-color css
<style>
span { border-color: #A9BCFD; }
span { border-color: rgb(169,188,253); }
td.TdClassName
{
border-color: #A9BCFD;
}
.TagClassName
{
border-color: #A9BCFD;
}
</style>