Shades of Perano #AFBDEA
Tints of Perano #AFBDEA
RGB
CMYK
RGB Variations
Color information
#AFBDEA (or 0xAFBDEA) is known color: Perano. HEX triplet: AF, BD and EA. RGB value is (175,189,234). Sum of RGB (Red+Green+Blue) = 175+189+234=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFBDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDEA is #504215. Grayscale: #BDBDBD. Windows color (decimal): -5259798 or 15383983. OLE color: 15383983.
HSL color Cylindrical-coordinate representation of color #AFBDEA: hue angle of 225.76º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBDEA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 189 | 234 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.08 |
| HSL | 225.76º | 0.58% | 0.8% | - |
| HSV(B) | 225.76º | 0.25% | 0.92% | - |
| XYZ | 50.73 | 51.45 | 85.1 | - |
| YUV | 189.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 234 | 0.25 | 0.19 | 0 | 0.08 | 225.76 | 0.58 | 0.8 |
| Hex | AF | BD | EA | 19 | 13 | 0 | 8 | E2 | 3A | 50 |
| Octal | 257 | 275 | 352 | 31 | 23 | 0 | 10 | 342 | 72 | 120 |
| Binary | 10101111 | 10111101 | 11101010 | 11001 | 10011 | 0 | 1000 | 11100010 | 111010 | 1010000 |
Color Harmonies of #AFBDEA
Complementary color
Monochromatic Colors of #AFBDEA
Black with #AFBDEA
Text Example
Text Example
White with #AFBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDEA; }
p { color: rgb(175,189,234); }
H1.HeaderClassName
{
color: #AFBDEA;
}
.AnyTagClassName
{
color: #AFBDEA;
}
</style>
background-color css
<style>
a { background-color: #AFBDEA; }
a { background-color: rgb(175,189,234); }
div.DivClassName
{
background-color: #AFBDEA;
}
.BgClassName
{
background-color: #AFBDEA;
}
</style>
border-color css
<style>
span { border-color: #AFBDEA; }
span { border-color: rgb(175,189,234); }
td.TdClassName
{
border-color: #AFBDEA;
}
.TagClassName
{
border-color: #AFBDEA;
}
</style>