Shades of Perano #A8BEFF
Tints of Perano #A8BEFF
RGB
CMYK
RGB Variations
Color information
#A8BEFF (or 0xA8BEFF) is known color: Perano. HEX triplet: A8, BE and FF. RGB value is (168,190,255). Sum of RGB (Red+Green+Blue) = 168+190+255=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEFF is #574100. Grayscale: #BEBEBE. Windows color (decimal): -5718273 or 16760488. OLE color: 16760488.
HSL color Cylindrical-coordinate representation of color #A8BEFF: hue angle of 224.83º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BEFF is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 190 | 255 | - |
| CMYK | 0.34 | 0.25 | 0 | 0 |
| HSL | 224.83º | 1% | 0.83% | - |
| HSV(B) | 224.83º | 0.34% | 1% | - |
| XYZ | 52.61 | 52.37 | 101.94 | - |
| YUV | 190.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 255 | 0.34 | 0.25 | 0 | 0 | 224.83 | 1 | 0.83 |
| Hex | A8 | BE | FF | 22 | 19 | 0 | 0 | E1 | 64 | 53 |
| Octal | 250 | 276 | 377 | 42 | 31 | 0 | 0 | 341 | 144 | 123 |
| Binary | 10101000 | 10111110 | 11111111 | 100010 | 11001 | 0 | 0 | 11100001 | 1100100 | 1010011 |
Color Harmonies of #A8BEFF
Complementary color
Monochromatic Colors of #A8BEFF
Black with #A8BEFF
Text Example
Text Example
White with #A8BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEFF; }
p { color: rgb(168,190,255); }
H1.HeaderClassName
{
color: #A8BEFF;
}
.AnyTagClassName
{
color: #A8BEFF;
}
</style>
background-color css
<style>
a { background-color: #A8BEFF; }
a { background-color: rgb(168,190,255); }
div.DivClassName
{
background-color: #A8BEFF;
}
.BgClassName
{
background-color: #A8BEFF;
}
</style>
border-color css
<style>
span { border-color: #A8BEFF; }
span { border-color: rgb(168,190,255); }
td.TdClassName
{
border-color: #A8BEFF;
}
.TagClassName
{
border-color: #A8BEFF;
}
</style>