Shades of Perano #AFBBFC
Tints of Perano #AFBBFC
RGB
CMYK
RGB Variations
Color information
#AFBBFC (or 0xAFBBFC) is known color: Perano. HEX triplet: AF, BB and FC. RGB value is (175,187,252). Sum of RGB (Red+Green+Blue) = 175+187+252=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFBBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBFC is #504403. Grayscale: #BEBEBE. Windows color (decimal): -5260292 or 16563119. OLE color: 16563119.
HSL color Cylindrical-coordinate representation of color #AFBBFC: hue angle of 230.65º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBBFC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 187 | 252 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.01 |
| HSL | 230.65º | 0.93% | 0.84% | - |
| HSV(B) | 230.65º | 0.31% | 0.99% | - |
| XYZ | 53.02 | 51.68 | 99.28 | - |
| YUV | 190.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 252 | 0.31 | 0.26 | 0 | 0.01 | 230.65 | 0.93 | 0.84 |
| Hex | AF | BB | FC | 1F | 1A | 0 | 1 | E7 | 5D | 54 |
| Octal | 257 | 273 | 374 | 37 | 32 | 0 | 1 | 347 | 135 | 124 |
| Binary | 10101111 | 10111011 | 11111100 | 11111 | 11010 | 0 | 1 | 11100111 | 1011101 | 1010100 |
Color Harmonies of #AFBBFC
Complementary color
Monochromatic Colors of #AFBBFC
Black with #AFBBFC
Text Example
Text Example
White with #AFBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBFC; }
p { color: rgb(175,187,252); }
H1.HeaderClassName
{
color: #AFBBFC;
}
.AnyTagClassName
{
color: #AFBBFC;
}
</style>
background-color css
<style>
a { background-color: #AFBBFC; }
a { background-color: rgb(175,187,252); }
div.DivClassName
{
background-color: #AFBBFC;
}
.BgClassName
{
background-color: #AFBBFC;
}
</style>
border-color css
<style>
span { border-color: #AFBBFC; }
span { border-color: rgb(175,187,252); }
td.TdClassName
{
border-color: #AFBBFC;
}
.TagClassName
{
border-color: #AFBBFC;
}
</style>