Shades of Perano #AFB0E3
Tints of Perano #AFB0E3
RGB
CMYK
RGB Variations
Color information
#AFB0E3 (or 0xAFB0E3) is known color: Perano. HEX triplet: AF, B0 and E3. RGB value is (175,176,227). Sum of RGB (Red+Green+Blue) = 175+176+227=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFB0E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0E3 is #504F1C. Grayscale: #B5B5B5. Windows color (decimal): -5263133 or 14921903. OLE color: 14921903.
HSL color Cylindrical-coordinate representation of color #AFB0E3: hue angle of 238.85º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB0E3 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 176 | 227 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.11 |
| HSL | 238.85º | 0.48% | 0.79% | - |
| HSV(B) | 238.85º | 0.23% | 0.89% | - |
| XYZ | 47.07 | 45.71 | 79.02 | - |
| YUV | 181.52 | 153.67 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 227 | 0.23 | 0.22 | 0 | 0.11 | 238.85 | 0.48 | 0.79 |
| Hex | AF | B0 | E3 | 17 | 16 | 0 | B | EF | 30 | 4F |
| Octal | 257 | 260 | 343 | 27 | 26 | 0 | 13 | 357 | 60 | 117 |
| Binary | 10101111 | 10110000 | 11100011 | 10111 | 10110 | 0 | 1011 | 11101111 | 110000 | 1001111 |
Color Harmonies of #AFB0E3
Complementary color
Monochromatic Colors of #AFB0E3
Black with #AFB0E3
Text Example
Text Example
White with #AFB0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0E3; }
p { color: rgb(175,176,227); }
H1.HeaderClassName
{
color: #AFB0E3;
}
.AnyTagClassName
{
color: #AFB0E3;
}
</style>
background-color css
<style>
a { background-color: #AFB0E3; }
a { background-color: rgb(175,176,227); }
div.DivClassName
{
background-color: #AFB0E3;
}
.BgClassName
{
background-color: #AFB0E3;
}
</style>
border-color css
<style>
span { border-color: #AFB0E3; }
span { border-color: rgb(175,176,227); }
td.TdClassName
{
border-color: #AFB0E3;
}
.TagClassName
{
border-color: #AFB0E3;
}
</style>