Shades of Perano #AFBBDD
Tints of Perano #AFBBDD
RGB
CMYK
RGB Variations
Color information
#AFBBDD (or 0xAFBBDD) is known color: Perano. HEX triplet: AF, BB and DD. RGB value is (175,187,221). Sum of RGB (Red+Green+Blue) = 175+187+221=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBDD is #504422. Grayscale: #BBBBBB. Windows color (decimal): -5260323 or 14531503. OLE color: 14531503.
HSL color Cylindrical-coordinate representation of color #AFBBDD: hue angle of 224.35º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBBDD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 187 | 221 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.13 |
| HSL | 224.35º | 0.4% | 0.78% | - |
| HSV(B) | 224.35º | 0.21% | 0.87% | - |
| XYZ | 48.5 | 49.88 | 75.48 | - |
| YUV | 187.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 221 | 0.21 | 0.15 | 0 | 0.13 | 224.35 | 0.4 | 0.78 |
| Hex | AF | BB | DD | 15 | F | 0 | D | E0 | 28 | 4E |
| Octal | 257 | 273 | 335 | 25 | 17 | 0 | 15 | 340 | 50 | 116 |
| Binary | 10101111 | 10111011 | 11011101 | 10101 | 1111 | 0 | 1101 | 11100000 | 101000 | 1001110 |
Color Harmonies of #AFBBDD
Complementary color
Monochromatic Colors of #AFBBDD
Black with #AFBBDD
Text Example
Text Example
White with #AFBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBDD; }
p { color: rgb(175,187,221); }
H1.HeaderClassName
{
color: #AFBBDD;
}
.AnyTagClassName
{
color: #AFBBDD;
}
</style>
background-color css
<style>
a { background-color: #AFBBDD; }
a { background-color: rgb(175,187,221); }
div.DivClassName
{
background-color: #AFBBDD;
}
.BgClassName
{
background-color: #AFBBDD;
}
</style>
border-color css
<style>
span { border-color: #AFBBDD; }
span { border-color: rgb(175,187,221); }
td.TdClassName
{
border-color: #AFBBDD;
}
.TagClassName
{
border-color: #AFBBDD;
}
</style>