Shades of Perano #AFB7E5
Tints of Perano #AFB7E5
RGB
CMYK
RGB Variations
Color information
#AFB7E5 (or 0xAFB7E5) is known color: Perano. HEX triplet: AF, B7 and E5. RGB value is (175,183,229). Sum of RGB (Red+Green+Blue) = 175+183+229=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFB7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7E5 is #50481A. Grayscale: #B9B9B9. Windows color (decimal): -5261339 or 15054767. OLE color: 15054767.
HSL color Cylindrical-coordinate representation of color #AFB7E5: hue angle of 231.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB7E5 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 183 | 229 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.10 |
| HSL | 231.11º | 0.51% | 0.79% | - |
| HSV(B) | 231.11º | 0.24% | 0.9% | - |
| XYZ | 48.76 | 48.64 | 80.95 | - |
| YUV | 185.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 229 | 0.24 | 0.20 | 0 | 0.10 | 231.11 | 0.51 | 0.79 |
| Hex | AF | B7 | E5 | 18 | 14 | 0 | A | E7 | 33 | 4F |
| Octal | 257 | 267 | 345 | 30 | 24 | 0 | 12 | 347 | 63 | 117 |
| Binary | 10101111 | 10110111 | 11100101 | 11000 | 10100 | 0 | 1010 | 11100111 | 110011 | 1001111 |
Color Harmonies of #AFB7E5
Complementary color
Monochromatic Colors of #AFB7E5
Black with #AFB7E5
Text Example
Text Example
White with #AFB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7E5; }
p { color: rgb(175,183,229); }
H1.HeaderClassName
{
color: #AFB7E5;
}
.AnyTagClassName
{
color: #AFB7E5;
}
</style>
background-color css
<style>
a { background-color: #AFB7E5; }
a { background-color: rgb(175,183,229); }
div.DivClassName
{
background-color: #AFB7E5;
}
.BgClassName
{
background-color: #AFB7E5;
}
</style>
border-color css
<style>
span { border-color: #AFB7E5; }
span { border-color: rgb(175,183,229); }
td.TdClassName
{
border-color: #AFB7E5;
}
.TagClassName
{
border-color: #AFB7E5;
}
</style>