Shades of Perano #A8B8FE
Tints of Perano #A8B8FE
RGB
CMYK
RGB Variations
Color information
#A8B8FE (or 0xA8B8FE) is known color: Perano. HEX triplet: A8, B8 and FE. RGB value is (168,184,254). Sum of RGB (Red+Green+Blue) = 168+184+254=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8B8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B8FE is #574701. Grayscale: #BABABA. Windows color (decimal): -5719810 or 16693416. OLE color: 16693416.
HSL color Cylindrical-coordinate representation of color #A8B8FE: hue angle of 228.84º 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 #A8B8FE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 184 | 254 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.00 |
| HSL | 228.84º | 0.98% | 0.83% | - |
| HSV(B) | 228.84º | 0.34% | 1% | - |
| XYZ | 51.18 | 49.76 | 100.67 | - |
| YUV | 187.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 254 | 0.34 | 0.28 | 0 | 0.00 | 228.84 | 0.98 | 0.83 |
| Hex | A8 | B8 | FE | 22 | 1C | 0 | 0 | E5 | 62 | 53 |
| Octal | 250 | 270 | 376 | 42 | 34 | 0 | 0 | 345 | 142 | 123 |
| Binary | 10101000 | 10111000 | 11111110 | 100010 | 11100 | 0 | 0 | 11100101 | 1100010 | 1010011 |
Color Harmonies of #A8B8FE
Complementary color
Monochromatic Colors of #A8B8FE
Black with #A8B8FE
Text Example
Text Example
White with #A8B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8FE; }
p { color: rgb(168,184,254); }
H1.HeaderClassName
{
color: #A8B8FE;
}
.AnyTagClassName
{
color: #A8B8FE;
}
</style>
background-color css
<style>
a { background-color: #A8B8FE; }
a { background-color: rgb(168,184,254); }
div.DivClassName
{
background-color: #A8B8FE;
}
.BgClassName
{
background-color: #A8B8FE;
}
</style>
border-color css
<style>
span { border-color: #A8B8FE; }
span { border-color: rgb(168,184,254); }
td.TdClassName
{
border-color: #A8B8FE;
}
.TagClassName
{
border-color: #A8B8FE;
}
</style>