Shades of Perano #AFB2E9
Tints of Perano #AFB2E9
RGB
CMYK
RGB Variations
Color information
#AFB2E9 (or 0xAFB2E9) is known color: Perano. HEX triplet: AF, B2 and E9. RGB value is (175,178,233). Sum of RGB (Red+Green+Blue) = 175+178+233=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFB2E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2E9 is #504D16. Grayscale: #B7B7B7. Windows color (decimal): -5262615 or 15315631. OLE color: 15315631.
HSL color Cylindrical-coordinate representation of color #AFB2E9: hue angle of 236.9º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFB2E9 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 178 | 233 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.09 |
| HSL | 236.9º | 0.57% | 0.8% | - |
| HSV(B) | 236.9º | 0.25% | 0.91% | - |
| XYZ | 48.31 | 46.84 | 83.59 | - |
| YUV | 183.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 233 | 0.25 | 0.24 | 0 | 0.09 | 236.9 | 0.57 | 0.8 |
| Hex | AF | B2 | E9 | 19 | 18 | 0 | 9 | ED | 39 | 50 |
| Octal | 257 | 262 | 351 | 31 | 30 | 0 | 11 | 355 | 71 | 120 |
| Binary | 10101111 | 10110010 | 11101001 | 11001 | 11000 | 0 | 1001 | 11101101 | 111001 | 1010000 |
Color Harmonies of #AFB2E9
Complementary color
Monochromatic Colors of #AFB2E9
Black with #AFB2E9
Text Example
Text Example
White with #AFB2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2E9; }
p { color: rgb(175,178,233); }
H1.HeaderClassName
{
color: #AFB2E9;
}
.AnyTagClassName
{
color: #AFB2E9;
}
</style>
background-color css
<style>
a { background-color: #AFB2E9; }
a { background-color: rgb(175,178,233); }
div.DivClassName
{
background-color: #AFB2E9;
}
.BgClassName
{
background-color: #AFB2E9;
}
</style>
border-color css
<style>
span { border-color: #AFB2E9; }
span { border-color: rgb(175,178,233); }
td.TdClassName
{
border-color: #AFB2E9;
}
.TagClassName
{
border-color: #AFB2E9;
}
</style>