Shades of Perano #A8BBFE
Tints of Perano #A8BBFE
RGB
CMYK
RGB Variations
Color information
#A8BBFE (or 0xA8BBFE) is known color: Perano. HEX triplet: A8, BB and FE. RGB value is (168,187,254). Sum of RGB (Red+Green+Blue) = 168+187+254=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBFE is #574401. Grayscale: #BCBCBC. Windows color (decimal): -5719042 or 16694184. OLE color: 16694184.
HSL color Cylindrical-coordinate representation of color #A8BBFE: hue angle of 226.74º 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 #A8BBFE is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 187 | 254 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.00 |
| HSL | 226.74º | 0.98% | 0.83% | - |
| HSV(B) | 226.74º | 0.34% | 1% | - |
| XYZ | 51.81 | 51.02 | 100.88 | - |
| YUV | 188.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 254 | 0.34 | 0.26 | 0 | 0.00 | 226.74 | 0.98 | 0.83 |
| Hex | A8 | BB | FE | 22 | 1A | 0 | 0 | E3 | 62 | 53 |
| Octal | 250 | 273 | 376 | 42 | 32 | 0 | 0 | 343 | 142 | 123 |
| Binary | 10101000 | 10111011 | 11111110 | 100010 | 11010 | 0 | 0 | 11100011 | 1100010 | 1010011 |
Color Harmonies of #A8BBFE
Complementary color
Monochromatic Colors of #A8BBFE
Black with #A8BBFE
Text Example
Text Example
White with #A8BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBFE; }
p { color: rgb(168,187,254); }
H1.HeaderClassName
{
color: #A8BBFE;
}
.AnyTagClassName
{
color: #A8BBFE;
}
</style>
background-color css
<style>
a { background-color: #A8BBFE; }
a { background-color: rgb(168,187,254); }
div.DivClassName
{
background-color: #A8BBFE;
}
.BgClassName
{
background-color: #A8BBFE;
}
</style>
border-color css
<style>
span { border-color: #A8BBFE; }
span { border-color: rgb(168,187,254); }
td.TdClassName
{
border-color: #A8BBFE;
}
.TagClassName
{
border-color: #A8BBFE;
}
</style>