Shades of Perano #A8BEFA
Tints of Perano #A8BEFA
RGB
CMYK
RGB Variations
Color information
#A8BEFA (or 0xA8BEFA) is known color: Perano. HEX triplet: A8, BE and FA. RGB value is (168,190,250). Sum of RGB (Red+Green+Blue) = 168+190+250=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEFA is #574105. Grayscale: #BEBEBE. Windows color (decimal): -5718278 or 16432808. OLE color: 16432808.
HSL color Cylindrical-coordinate representation of color #A8BEFA: hue angle of 223.9º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BEFA is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 190 | 250 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.02 |
| HSL | 223.9º | 0.89% | 0.82% | - |
| HSV(B) | 223.9º | 0.33% | 0.98% | - |
| XYZ | 51.82 | 52.05 | 97.76 | - |
| YUV | 190.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 250 | 0.33 | 0.24 | 0 | 0.02 | 223.9 | 0.89 | 0.82 |
| Hex | A8 | BE | FA | 21 | 18 | 0 | 2 | E0 | 59 | 52 |
| Octal | 250 | 276 | 372 | 41 | 30 | 0 | 2 | 340 | 131 | 122 |
| Binary | 10101000 | 10111110 | 11111010 | 100001 | 11000 | 0 | 10 | 11100000 | 1011001 | 1010010 |
Color Harmonies of #A8BEFA
Complementary color
Monochromatic Colors of #A8BEFA
Black with #A8BEFA
Text Example
Text Example
White with #A8BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEFA; }
p { color: rgb(168,190,250); }
H1.HeaderClassName
{
color: #A8BEFA;
}
.AnyTagClassName
{
color: #A8BEFA;
}
</style>
background-color css
<style>
a { background-color: #A8BEFA; }
a { background-color: rgb(168,190,250); }
div.DivClassName
{
background-color: #A8BEFA;
}
.BgClassName
{
background-color: #A8BEFA;
}
</style>
border-color css
<style>
span { border-color: #A8BEFA; }
span { border-color: rgb(168,190,250); }
td.TdClassName
{
border-color: #A8BEFA;
}
.TagClassName
{
border-color: #A8BEFA;
}
</style>