Shades of Perano #AFBEFF
Tints of Perano #AFBEFF
RGB
CMYK
RGB Variations
Color information
#AFBEFF (or 0xAFBEFF) is known color: Perano. HEX triplet: AF, BE and FF. RGB value is (175,190,255). Sum of RGB (Red+Green+Blue) = 175+190+255=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFBEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBEFF is #504100. Grayscale: #C0C0C0. Windows color (decimal): -5259521 or 16760495. OLE color: 16760495.
HSL color Cylindrical-coordinate representation of color #AFBEFF: hue angle of 228.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBEFF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 190 | 255 | - |
| CMYK | 0.31 | 0.25 | 0 | 0 |
| HSL | 228.75º | 1% | 0.84% | - |
| HSV(B) | 228.75º | 0.31% | 1% | - |
| XYZ | 54.14 | 53.16 | 102.02 | - |
| YUV | 192.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 255 | 0.31 | 0.25 | 0 | 0 | 228.75 | 1 | 0.84 |
| Hex | AF | BE | FF | 1F | 19 | 0 | 0 | E5 | 64 | 54 |
| Octal | 257 | 276 | 377 | 37 | 31 | 0 | 0 | 345 | 144 | 124 |
| Binary | 10101111 | 10111110 | 11111111 | 11111 | 11001 | 0 | 0 | 11100101 | 1100100 | 1010100 |
Color Harmonies of #AFBEFF
Complementary color
Monochromatic Colors of #AFBEFF
Black with #AFBEFF
Text Example
Text Example
White with #AFBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBEFF; }
p { color: rgb(175,190,255); }
H1.HeaderClassName
{
color: #AFBEFF;
}
.AnyTagClassName
{
color: #AFBEFF;
}
</style>
background-color css
<style>
a { background-color: #AFBEFF; }
a { background-color: rgb(175,190,255); }
div.DivClassName
{
background-color: #AFBEFF;
}
.BgClassName
{
background-color: #AFBEFF;
}
</style>
border-color css
<style>
span { border-color: #AFBEFF; }
span { border-color: rgb(175,190,255); }
td.TdClassName
{
border-color: #AFBEFF;
}
.TagClassName
{
border-color: #AFBEFF;
}
</style>