Shades of Perano #A8BBEF
Tints of Perano #A8BBEF
RGB
CMYK
RGB Variations
Color information
#A8BBEF (or 0xA8BBEF) is known color: Perano. HEX triplet: A8, BB and EF. RGB value is (168,187,239). Sum of RGB (Red+Green+Blue) = 168+187+239=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBEF is #574410. Grayscale: #BBBBBB. Windows color (decimal): -5719057 or 15711144. OLE color: 15711144.
HSL color Cylindrical-coordinate representation of color #A8BBEF: hue angle of 223.94º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8BBEF is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 187 | 239 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.06 |
| HSL | 223.94º | 0.69% | 0.8% | - |
| HSV(B) | 223.94º | 0.3% | 0.94% | - |
| XYZ | 49.5 | 50.1 | 88.72 | - |
| YUV | 187.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 239 | 0.30 | 0.22 | 0 | 0.06 | 223.94 | 0.69 | 0.8 |
| Hex | A8 | BB | EF | 1E | 16 | 0 | 6 | E0 | 45 | 50 |
| Octal | 250 | 273 | 357 | 36 | 26 | 0 | 6 | 340 | 105 | 120 |
| Binary | 10101000 | 10111011 | 11101111 | 11110 | 10110 | 0 | 110 | 11100000 | 1000101 | 1010000 |
Color Harmonies of #A8BBEF
Complementary color
Monochromatic Colors of #A8BBEF
Black with #A8BBEF
Text Example
Text Example
White with #A8BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBEF; }
p { color: rgb(168,187,239); }
H1.HeaderClassName
{
color: #A8BBEF;
}
.AnyTagClassName
{
color: #A8BBEF;
}
</style>
background-color css
<style>
a { background-color: #A8BBEF; }
a { background-color: rgb(168,187,239); }
div.DivClassName
{
background-color: #A8BBEF;
}
.BgClassName
{
background-color: #A8BBEF;
}
</style>
border-color css
<style>
span { border-color: #A8BBEF; }
span { border-color: rgb(168,187,239); }
td.TdClassName
{
border-color: #A8BBEF;
}
.TagClassName
{
border-color: #A8BBEF;
}
</style>