Shades of Perano #AFB7D9
Tints of Perano #AFB7D9
RGB
CMYK
RGB Variations
Color information
#AFB7D9 (or 0xAFB7D9) is known color: Perano. HEX triplet: AF, B7 and D9. RGB value is (175,183,217). Sum of RGB (Red+Green+Blue) = 175+183+217=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFB7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7D9 is #504826. Grayscale: #B8B8B8. Windows color (decimal): -5261351 or 14268335. OLE color: 14268335.
HSL color Cylindrical-coordinate representation of color #AFB7D9: hue angle of 228.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB7D9 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 183 | 217 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.15 |
| HSL | 228.57º | 0.36% | 0.77% | - |
| HSV(B) | 228.57º | 0.19% | 0.85% | - |
| XYZ | 47.14 | 47.99 | 72.42 | - |
| YUV | 184.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 217 | 0.19 | 0.16 | 0 | 0.15 | 228.57 | 0.36 | 0.77 |
| Hex | AF | B7 | D9 | 13 | 10 | 0 | F | E5 | 24 | 4D |
| Octal | 257 | 267 | 331 | 23 | 20 | 0 | 17 | 345 | 44 | 115 |
| Binary | 10101111 | 10110111 | 11011001 | 10011 | 10000 | 0 | 1111 | 11100101 | 100100 | 1001101 |
Color Harmonies of #AFB7D9
Complementary color
Monochromatic Colors of #AFB7D9
Black with #AFB7D9
Text Example
Text Example
White with #AFB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7D9; }
p { color: rgb(175,183,217); }
H1.HeaderClassName
{
color: #AFB7D9;
}
.AnyTagClassName
{
color: #AFB7D9;
}
</style>
background-color css
<style>
a { background-color: #AFB7D9; }
a { background-color: rgb(175,183,217); }
div.DivClassName
{
background-color: #AFB7D9;
}
.BgClassName
{
background-color: #AFB7D9;
}
</style>
border-color css
<style>
span { border-color: #AFB7D9; }
span { border-color: rgb(175,183,217); }
td.TdClassName
{
border-color: #AFB7D9;
}
.TagClassName
{
border-color: #AFB7D9;
}
</style>