Shades of Perano #AFB8DF
Tints of Perano #AFB8DF
RGB
CMYK
RGB Variations
Color information
#AFB8DF (or 0xAFB8DF) is known color: Perano. HEX triplet: AF, B8 and DF. RGB value is (175,184,223). Sum of RGB (Red+Green+Blue) = 175+184+223=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8DF is #504720. Grayscale: #B9B9B9. Windows color (decimal): -5261089 or 14661807. OLE color: 14661807.
HSL color Cylindrical-coordinate representation of color #AFB8DF: hue angle of 228.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB8DF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 184 | 223 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.13 |
| HSL | 228.75º | 0.43% | 0.78% | - |
| HSV(B) | 228.75º | 0.22% | 0.87% | - |
| XYZ | 48.14 | 48.72 | 76.68 | - |
| YUV | 185.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 223 | 0.22 | 0.17 | 0 | 0.13 | 228.75 | 0.43 | 0.78 |
| Hex | AF | B8 | DF | 16 | 11 | 0 | D | E5 | 2B | 4E |
| Octal | 257 | 270 | 337 | 26 | 21 | 0 | 15 | 345 | 53 | 116 |
| Binary | 10101111 | 10111000 | 11011111 | 10110 | 10001 | 0 | 1101 | 11100101 | 101011 | 1001110 |
Color Harmonies of #AFB8DF
Complementary color
Monochromatic Colors of #AFB8DF
Black with #AFB8DF
Text Example
Text Example
White with #AFB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8DF; }
p { color: rgb(175,184,223); }
H1.HeaderClassName
{
color: #AFB8DF;
}
.AnyTagClassName
{
color: #AFB8DF;
}
</style>
background-color css
<style>
a { background-color: #AFB8DF; }
a { background-color: rgb(175,184,223); }
div.DivClassName
{
background-color: #AFB8DF;
}
.BgClassName
{
background-color: #AFB8DF;
}
</style>
border-color css
<style>
span { border-color: #AFB8DF; }
span { border-color: rgb(175,184,223); }
td.TdClassName
{
border-color: #AFB8DF;
}
.TagClassName
{
border-color: #AFB8DF;
}
</style>