Shades of Perano #AFBAFC
Tints of Perano #AFBAFC
RGB
CMYK
RGB Variations
Color information
#AFBAFC (or 0xAFBAFC) is known color: Perano. HEX triplet: AF, BA and FC. RGB value is (175,186,252). Sum of RGB (Red+Green+Blue) = 175+186+252=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAFC is #504503. Grayscale: #BDBDBD. Windows color (decimal): -5260548 or 16562863. OLE color: 16562863.
HSL color Cylindrical-coordinate representation of color #AFBAFC: hue angle of 231.43º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBAFC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 186 | 252 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.01 |
| HSL | 231.43º | 0.93% | 0.84% | - |
| HSV(B) | 231.43º | 0.31% | 0.99% | - |
| XYZ | 52.81 | 51.26 | 99.21 | - |
| YUV | 190.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 252 | 0.31 | 0.26 | 0 | 0.01 | 231.43 | 0.93 | 0.84 |
| Hex | AF | BA | FC | 1F | 1A | 0 | 1 | E7 | 5D | 54 |
| Octal | 257 | 272 | 374 | 37 | 32 | 0 | 1 | 347 | 135 | 124 |
| Binary | 10101111 | 10111010 | 11111100 | 11111 | 11010 | 0 | 1 | 11100111 | 1011101 | 1010100 |
Color Harmonies of #AFBAFC
Complementary color
Monochromatic Colors of #AFBAFC
Black with #AFBAFC
Text Example
Text Example
White with #AFBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAFC; }
p { color: rgb(175,186,252); }
H1.HeaderClassName
{
color: #AFBAFC;
}
.AnyTagClassName
{
color: #AFBAFC;
}
</style>
background-color css
<style>
a { background-color: #AFBAFC; }
a { background-color: rgb(175,186,252); }
div.DivClassName
{
background-color: #AFBAFC;
}
.BgClassName
{
background-color: #AFBAFC;
}
</style>
border-color css
<style>
span { border-color: #AFBAFC; }
span { border-color: rgb(175,186,252); }
td.TdClassName
{
border-color: #AFBAFC;
}
.TagClassName
{
border-color: #AFBAFC;
}
</style>