Shades of Perano #AFBDFF
Tints of Perano #AFBDFF
RGB
CMYK
RGB Variations
Color information
#AFBDFF (or 0xAFBDFF) is known color: Perano. HEX triplet: AF, BD and FF. RGB value is (175,189,255). Sum of RGB (Red+Green+Blue) = 175+189+255=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFBDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDFF is #504200. Grayscale: #C0C0C0. Windows color (decimal): -5259777 or 16760239. OLE color: 16760239.
HSL color Cylindrical-coordinate representation of color #AFBDFF: hue angle of 229.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBDFF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 189 | 255 | - |
| CMYK | 0.31 | 0.26 | 0 | 0 |
| HSL | 229.5º | 1% | 0.84% | - |
| HSV(B) | 229.5º | 0.31% | 1% | - |
| XYZ | 53.93 | 52.73 | 101.94 | - |
| YUV | 192.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 255 | 0.31 | 0.26 | 0 | 0 | 229.5 | 1 | 0.84 |
| Hex | AF | BD | FF | 1F | 1A | 0 | 0 | E6 | 64 | 54 |
| Octal | 257 | 275 | 377 | 37 | 32 | 0 | 0 | 346 | 144 | 124 |
| Binary | 10101111 | 10111101 | 11111111 | 11111 | 11010 | 0 | 0 | 11100110 | 1100100 | 1010100 |
Color Harmonies of #AFBDFF
Complementary color
Monochromatic Colors of #AFBDFF
Black with #AFBDFF
Text Example
Text Example
White with #AFBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDFF; }
p { color: rgb(175,189,255); }
H1.HeaderClassName
{
color: #AFBDFF;
}
.AnyTagClassName
{
color: #AFBDFF;
}
</style>
background-color css
<style>
a { background-color: #AFBDFF; }
a { background-color: rgb(175,189,255); }
div.DivClassName
{
background-color: #AFBDFF;
}
.BgClassName
{
background-color: #AFBDFF;
}
</style>
border-color css
<style>
span { border-color: #AFBDFF; }
span { border-color: rgb(175,189,255); }
td.TdClassName
{
border-color: #AFBDFF;
}
.TagClassName
{
border-color: #AFBDFF;
}
</style>