Shades of Perano #A8BDFE
Tints of Perano #A8BDFE
RGB
CMYK
RGB Variations
Color information
#A8BDFE (or 0xA8BDFE) is known color: Perano. HEX triplet: A8, BD and FE. RGB value is (168,189,254). Sum of RGB (Red+Green+Blue) = 168+189+254=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BDFE is #574201. Grayscale: #BDBDBD. Windows color (decimal): -5718530 or 16694696. OLE color: 16694696.
HSL color Cylindrical-coordinate representation of color #A8BDFE: hue angle of 225.35º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BDFE is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 189 | 254 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.00 |
| HSL | 225.35º | 0.98% | 0.83% | - |
| HSV(B) | 225.35º | 0.34% | 1% | - |
| XYZ | 52.24 | 51.88 | 101.03 | - |
| YUV | 190.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 254 | 0.34 | 0.26 | 0 | 0.00 | 225.35 | 0.98 | 0.83 |
| Hex | A8 | BD | FE | 22 | 1A | 0 | 0 | E1 | 62 | 53 |
| Octal | 250 | 275 | 376 | 42 | 32 | 0 | 0 | 341 | 142 | 123 |
| Binary | 10101000 | 10111101 | 11111110 | 100010 | 11010 | 0 | 0 | 11100001 | 1100010 | 1010011 |
Color Harmonies of #A8BDFE
Complementary color
Monochromatic Colors of #A8BDFE
Black with #A8BDFE
Text Example
Text Example
White with #A8BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDFE; }
p { color: rgb(168,189,254); }
H1.HeaderClassName
{
color: #A8BDFE;
}
.AnyTagClassName
{
color: #A8BDFE;
}
</style>
background-color css
<style>
a { background-color: #A8BDFE; }
a { background-color: rgb(168,189,254); }
div.DivClassName
{
background-color: #A8BDFE;
}
.BgClassName
{
background-color: #A8BDFE;
}
</style>
border-color css
<style>
span { border-color: #A8BDFE; }
span { border-color: rgb(168,189,254); }
td.TdClassName
{
border-color: #A8BDFE;
}
.TagClassName
{
border-color: #A8BDFE;
}
</style>