Shades of Perano #A8BBEA
Tints of Perano #A8BBEA
RGB
CMYK
RGB Variations
Color information
#A8BBEA (or 0xA8BBEA) is known color: Perano. HEX triplet: A8, BB and EA. RGB value is (168,187,234). Sum of RGB (Red+Green+Blue) = 168+187+234=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBEA is #574415. Grayscale: #BABABA. Windows color (decimal): -5719062 or 15383464. OLE color: 15383464.
HSL color Cylindrical-coordinate representation of color #A8BBEA: hue angle of 222.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8BBEA is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 187 | 234 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.08 |
| HSL | 222.73º | 0.61% | 0.79% | - |
| HSV(B) | 222.73º | 0.28% | 0.92% | - |
| XYZ | 48.77 | 49.81 | 84.88 | - |
| YUV | 186.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 234 | 0.28 | 0.20 | 0 | 0.08 | 222.73 | 0.61 | 0.79 |
| Hex | A8 | BB | EA | 1C | 14 | 0 | 8 | DF | 3D | 4F |
| Octal | 250 | 273 | 352 | 34 | 24 | 0 | 10 | 337 | 75 | 117 |
| Binary | 10101000 | 10111011 | 11101010 | 11100 | 10100 | 0 | 1000 | 11011111 | 111101 | 1001111 |
Color Harmonies of #A8BBEA
Complementary color
Monochromatic Colors of #A8BBEA
Black with #A8BBEA
Text Example
Text Example
White with #A8BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBEA; }
p { color: rgb(168,187,234); }
H1.HeaderClassName
{
color: #A8BBEA;
}
.AnyTagClassName
{
color: #A8BBEA;
}
</style>
background-color css
<style>
a { background-color: #A8BBEA; }
a { background-color: rgb(168,187,234); }
div.DivClassName
{
background-color: #A8BBEA;
}
.BgClassName
{
background-color: #A8BBEA;
}
</style>
border-color css
<style>
span { border-color: #A8BBEA; }
span { border-color: rgb(168,187,234); }
td.TdClassName
{
border-color: #A8BBEA;
}
.TagClassName
{
border-color: #A8BBEA;
}
</style>