Shades of Perano #A9BDED
Tints of Perano #A9BDED
RGB
CMYK
RGB Variations
Color information
#A9BDED (or 0xA9BDED) is known color: Perano. HEX triplet: A9, BD and ED. RGB value is (169,189,237). Sum of RGB (Red+Green+Blue) = 169+189+237=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BDED is #564212. Grayscale: #BCBCBC. Windows color (decimal): -5653011 or 15580585. OLE color: 15580585.
HSL color Cylindrical-coordinate representation of color #A9BDED: hue angle of 222.35º 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 #A9BDED is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 189 | 237 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.07 |
| HSL | 222.35º | 0.65% | 0.8% | - |
| HSV(B) | 222.35º | 0.29% | 0.93% | - |
| XYZ | 49.85 | 50.94 | 87.33 | - |
| YUV | 188.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 237 | 0.29 | 0.20 | 0 | 0.07 | 222.35 | 0.65 | 0.8 |
| Hex | A9 | BD | ED | 1D | 14 | 0 | 7 | DE | 41 | 50 |
| Octal | 251 | 275 | 355 | 35 | 24 | 0 | 7 | 336 | 101 | 120 |
| Binary | 10101001 | 10111101 | 11101101 | 11101 | 10100 | 0 | 111 | 11011110 | 1000001 | 1010000 |
Color Harmonies of #A9BDED
Complementary color
Monochromatic Colors of #A9BDED
Black with #A9BDED
Text Example
Text Example
White with #A9BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDED; }
p { color: rgb(169,189,237); }
H1.HeaderClassName
{
color: #A9BDED;
}
.AnyTagClassName
{
color: #A9BDED;
}
</style>
background-color css
<style>
a { background-color: #A9BDED; }
a { background-color: rgb(169,189,237); }
div.DivClassName
{
background-color: #A9BDED;
}
.BgClassName
{
background-color: #A9BDED;
}
</style>
border-color css
<style>
span { border-color: #A9BDED; }
span { border-color: rgb(169,189,237); }
td.TdClassName
{
border-color: #A9BDED;
}
.TagClassName
{
border-color: #A9BDED;
}
</style>