Shades of Perano #A8BEFD
Tints of Perano #A8BEFD
RGB
CMYK
RGB Variations
Color information
#A8BEFD (or 0xA8BEFD) is known color: Perano. HEX triplet: A8, BE and FD. RGB value is (168,190,253). Sum of RGB (Red+Green+Blue) = 168+190+253=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEFD is #574102. Grayscale: #BEBEBE. Windows color (decimal): -5718275 or 16629416. OLE color: 16629416.
HSL color Cylindrical-coordinate representation of color #A8BEFD: hue angle of 224.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BEFD is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 190 | 253 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.01 |
| HSL | 224.47º | 0.96% | 0.83% | - |
| HSV(B) | 224.47º | 0.34% | 0.99% | - |
| XYZ | 52.29 | 52.24 | 100.26 | - |
| YUV | 190.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 253 | 0.34 | 0.25 | 0 | 0.01 | 224.47 | 0.96 | 0.83 |
| Hex | A8 | BE | FD | 22 | 19 | 0 | 1 | E0 | 60 | 53 |
| Octal | 250 | 276 | 375 | 42 | 31 | 0 | 1 | 340 | 140 | 123 |
| Binary | 10101000 | 10111110 | 11111101 | 100010 | 11001 | 0 | 1 | 11100000 | 1100000 | 1010011 |
Color Harmonies of #A8BEFD
Complementary color
Monochromatic Colors of #A8BEFD
Black with #A8BEFD
Text Example
Text Example
White with #A8BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEFD; }
p { color: rgb(168,190,253); }
H1.HeaderClassName
{
color: #A8BEFD;
}
.AnyTagClassName
{
color: #A8BEFD;
}
</style>
background-color css
<style>
a { background-color: #A8BEFD; }
a { background-color: rgb(168,190,253); }
div.DivClassName
{
background-color: #A8BEFD;
}
.BgClassName
{
background-color: #A8BEFD;
}
</style>
border-color css
<style>
span { border-color: #A8BEFD; }
span { border-color: rgb(168,190,253); }
td.TdClassName
{
border-color: #A8BEFD;
}
.TagClassName
{
border-color: #A8BEFD;
}
</style>