Shades of Perano #AFBDE9
Tints of Perano #AFBDE9
RGB
CMYK
RGB Variations
Color information
#AFBDE9 (or 0xAFBDE9) is known color: Perano. HEX triplet: AF, BD and E9. RGB value is (175,189,233). Sum of RGB (Red+Green+Blue) = 175+189+233=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFBDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDE9 is #504216. Grayscale: #BDBDBD. Windows color (decimal): -5259799 or 15318447. OLE color: 15318447.
HSL color Cylindrical-coordinate representation of color #AFBDE9: hue angle of 225.52º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBDE9 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 189 | 233 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.09 |
| HSL | 225.52º | 0.57% | 0.8% | - |
| HSV(B) | 225.52º | 0.25% | 0.91% | - |
| XYZ | 50.58 | 51.39 | 84.34 | - |
| YUV | 189.83 | 152.36 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 233 | 0.25 | 0.19 | 0 | 0.09 | 225.52 | 0.57 | 0.8 |
| Hex | AF | BD | E9 | 19 | 13 | 0 | 9 | E2 | 39 | 50 |
| Octal | 257 | 275 | 351 | 31 | 23 | 0 | 11 | 342 | 71 | 120 |
| Binary | 10101111 | 10111101 | 11101001 | 11001 | 10011 | 0 | 1001 | 11100010 | 111001 | 1010000 |
Color Harmonies of #AFBDE9
Complementary color
Monochromatic Colors of #AFBDE9
Black with #AFBDE9
Text Example
Text Example
White with #AFBDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDE9; }
p { color: rgb(175,189,233); }
H1.HeaderClassName
{
color: #AFBDE9;
}
.AnyTagClassName
{
color: #AFBDE9;
}
</style>
background-color css
<style>
a { background-color: #AFBDE9; }
a { background-color: rgb(175,189,233); }
div.DivClassName
{
background-color: #AFBDE9;
}
.BgClassName
{
background-color: #AFBDE9;
}
</style>
border-color css
<style>
span { border-color: #AFBDE9; }
span { border-color: rgb(175,189,233); }
td.TdClassName
{
border-color: #AFBDE9;
}
.TagClassName
{
border-color: #AFBDE9;
}
</style>