Shades of Perano #AFB5F2
Tints of Perano #AFB5F2
RGB
CMYK
RGB Variations
Color information
#AFB5F2 (or 0xAFB5F2) is known color: Perano. HEX triplet: AF, B5 and F2. RGB value is (175,181,242). Sum of RGB (Red+Green+Blue) = 175+181+242=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFB5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5F2 is #504A0D. Grayscale: #B9B9B9. Windows color (decimal): -5261838 or 15906223. OLE color: 15906223.
HSL color Cylindrical-coordinate representation of color #AFB5F2: hue angle of 234.63º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFB5F2 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 181 | 242 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.05 |
| HSL | 234.63º | 0.72% | 0.82% | - |
| HSV(B) | 234.63º | 0.28% | 0.95% | - |
| XYZ | 50.23 | 48.57 | 90.73 | - |
| YUV | 186.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 242 | 0.28 | 0.25 | 0 | 0.05 | 234.63 | 0.72 | 0.82 |
| Hex | AF | B5 | F2 | 1C | 19 | 0 | 5 | EB | 48 | 52 |
| Octal | 257 | 265 | 362 | 34 | 31 | 0 | 5 | 353 | 110 | 122 |
| Binary | 10101111 | 10110101 | 11110010 | 11100 | 11001 | 0 | 101 | 11101011 | 1001000 | 1010010 |
Color Harmonies of #AFB5F2
Complementary color
Monochromatic Colors of #AFB5F2
Black with #AFB5F2
Text Example
Text Example
White with #AFB5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5F2; }
p { color: rgb(175,181,242); }
H1.HeaderClassName
{
color: #AFB5F2;
}
.AnyTagClassName
{
color: #AFB5F2;
}
</style>
background-color css
<style>
a { background-color: #AFB5F2; }
a { background-color: rgb(175,181,242); }
div.DivClassName
{
background-color: #AFB5F2;
}
.BgClassName
{
background-color: #AFB5F2;
}
</style>
border-color css
<style>
span { border-color: #AFB5F2; }
span { border-color: rgb(175,181,242); }
td.TdClassName
{
border-color: #AFB5F2;
}
.TagClassName
{
border-color: #AFB5F2;
}
</style>