Shades of Perano #AFB0ED
Tints of Perano #AFB0ED
RGB
CMYK
RGB Variations
Color information
#AFB0ED (or 0xAFB0ED) is known color: Perano. HEX triplet: AF, B0 and ED. RGB value is (175,176,237). Sum of RGB (Red+Green+Blue) = 175+176+237=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFB0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0ED is #504F12. Grayscale: #B6B6B6. Windows color (decimal): -5263123 or 15577263. OLE color: 15577263.
HSL color Cylindrical-coordinate representation of color #AFB0ED: hue angle of 239.03º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB0ED is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 176 | 237 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.07 |
| HSL | 239.03º | 0.63% | 0.81% | - |
| HSV(B) | 239.03º | 0.26% | 0.93% | - |
| XYZ | 48.49 | 46.28 | 86.5 | - |
| YUV | 182.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 237 | 0.26 | 0.26 | 0 | 0.07 | 239.03 | 0.63 | 0.81 |
| Hex | AF | B0 | ED | 1A | 1A | 0 | 7 | EF | 3F | 51 |
| Octal | 257 | 260 | 355 | 32 | 32 | 0 | 7 | 357 | 77 | 121 |
| Binary | 10101111 | 10110000 | 11101101 | 11010 | 11010 | 0 | 111 | 11101111 | 111111 | 1010001 |
Color Harmonies of #AFB0ED
Complementary color
Monochromatic Colors of #AFB0ED
Black with #AFB0ED
Text Example
Text Example
White with #AFB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0ED; }
p { color: rgb(175,176,237); }
H1.HeaderClassName
{
color: #AFB0ED;
}
.AnyTagClassName
{
color: #AFB0ED;
}
</style>
background-color css
<style>
a { background-color: #AFB0ED; }
a { background-color: rgb(175,176,237); }
div.DivClassName
{
background-color: #AFB0ED;
}
.BgClassName
{
background-color: #AFB0ED;
}
</style>
border-color css
<style>
span { border-color: #AFB0ED; }
span { border-color: rgb(175,176,237); }
td.TdClassName
{
border-color: #AFB0ED;
}
.TagClassName
{
border-color: #AFB0ED;
}
</style>