Shades of Perano #AFBBE3
Tints of Perano #AFBBE3
RGB
CMYK
RGB Variations
Color information
#AFBBE3 (or 0xAFBBE3) is known color: Perano. HEX triplet: AF, BB and E3. RGB value is (175,187,227). Sum of RGB (Red+Green+Blue) = 175+187+227=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFBBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBE3 is #50441C. Grayscale: #BBBBBB. Windows color (decimal): -5260317 or 14924719. OLE color: 14924719.
HSL color Cylindrical-coordinate representation of color #AFBBE3: hue angle of 226.15º 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 #AFBBE3 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 187 | 227 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.11 |
| HSL | 226.15º | 0.48% | 0.79% | - |
| HSV(B) | 226.15º | 0.23% | 0.89% | - |
| XYZ | 49.31 | 50.2 | 79.76 | - |
| YUV | 187.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 227 | 0.23 | 0.18 | 0 | 0.11 | 226.15 | 0.48 | 0.79 |
| Hex | AF | BB | E3 | 17 | 12 | 0 | B | E2 | 30 | 4F |
| Octal | 257 | 273 | 343 | 27 | 22 | 0 | 13 | 342 | 60 | 117 |
| Binary | 10101111 | 10111011 | 11100011 | 10111 | 10010 | 0 | 1011 | 11100010 | 110000 | 1001111 |
Color Harmonies of #AFBBE3
Complementary color
Monochromatic Colors of #AFBBE3
Black with #AFBBE3
Text Example
Text Example
White with #AFBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBE3; }
p { color: rgb(175,187,227); }
H1.HeaderClassName
{
color: #AFBBE3;
}
.AnyTagClassName
{
color: #AFBBE3;
}
</style>
background-color css
<style>
a { background-color: #AFBBE3; }
a { background-color: rgb(175,187,227); }
div.DivClassName
{
background-color: #AFBBE3;
}
.BgClassName
{
background-color: #AFBBE3;
}
</style>
border-color css
<style>
span { border-color: #AFBBE3; }
span { border-color: rgb(175,187,227); }
td.TdClassName
{
border-color: #AFBBE3;
}
.TagClassName
{
border-color: #AFBBE3;
}
</style>