Shades of Perano #AFBBE8
Tints of Perano #AFBBE8
RGB
CMYK
RGB Variations
Color information
#AFBBE8 (or 0xAFBBE8) is known color: Perano. HEX triplet: AF, BB and E8. RGB value is (175,187,232). Sum of RGB (Red+Green+Blue) = 175+187+232=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFBBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBE8 is #504417. Grayscale: #BCBCBC. Windows color (decimal): -5260312 or 15252399. OLE color: 15252399.
HSL color Cylindrical-coordinate representation of color #AFBBE8: hue angle of 227.37º degrees, saturation: 0.55, 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 #AFBBE8 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 187 | 232 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.09 |
| HSL | 227.37º | 0.55% | 0.8% | - |
| HSV(B) | 227.37º | 0.25% | 0.91% | - |
| XYZ | 50.02 | 50.48 | 83.45 | - |
| YUV | 188.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 232 | 0.25 | 0.19 | 0 | 0.09 | 227.37 | 0.55 | 0.8 |
| Hex | AF | BB | E8 | 19 | 13 | 0 | 9 | E3 | 37 | 50 |
| Octal | 257 | 273 | 350 | 31 | 23 | 0 | 11 | 343 | 67 | 120 |
| Binary | 10101111 | 10111011 | 11101000 | 11001 | 10011 | 0 | 1001 | 11100011 | 110111 | 1010000 |
Color Harmonies of #AFBBE8
Complementary color
Monochromatic Colors of #AFBBE8
Black with #AFBBE8
Text Example
Text Example
White with #AFBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBE8; }
p { color: rgb(175,187,232); }
H1.HeaderClassName
{
color: #AFBBE8;
}
.AnyTagClassName
{
color: #AFBBE8;
}
</style>
background-color css
<style>
a { background-color: #AFBBE8; }
a { background-color: rgb(175,187,232); }
div.DivClassName
{
background-color: #AFBBE8;
}
.BgClassName
{
background-color: #AFBBE8;
}
</style>
border-color css
<style>
span { border-color: #AFBBE8; }
span { border-color: rgb(175,187,232); }
td.TdClassName
{
border-color: #AFBBE8;
}
.TagClassName
{
border-color: #AFBBE8;
}
</style>