Shades of Perano #A8BCFF
Tints of Perano #A8BCFF
RGB
CMYK
RGB Variations
Color information
#A8BCFF (or 0xA8BCFF) is known color: Perano. HEX triplet: A8, BC and FF. RGB value is (168,188,255). Sum of RGB (Red+Green+Blue) = 168+188+255=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BCFF is #574300. Grayscale: #BDBDBD. Windows color (decimal): -5718785 or 16759976. OLE color: 16759976.
HSL color Cylindrical-coordinate representation of color #A8BCFF: hue angle of 226.21º 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 #A8BCFF is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 188 | 255 | - |
| CMYK | 0.34 | 0.26 | 0 | 0 |
| HSL | 226.21º | 1% | 0.83% | - |
| HSV(B) | 226.21º | 0.34% | 1% | - |
| XYZ | 52.18 | 51.51 | 101.8 | - |
| YUV | 189.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 255 | 0.34 | 0.26 | 0 | 0 | 226.21 | 1 | 0.83 |
| Hex | A8 | BC | FF | 22 | 1A | 0 | 0 | E2 | 64 | 53 |
| Octal | 250 | 274 | 377 | 42 | 32 | 0 | 0 | 342 | 144 | 123 |
| Binary | 10101000 | 10111100 | 11111111 | 100010 | 11010 | 0 | 0 | 11100010 | 1100100 | 1010011 |
Color Harmonies of #A8BCFF
Complementary color
Monochromatic Colors of #A8BCFF
Black with #A8BCFF
Text Example
Text Example
White with #A8BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCFF; }
p { color: rgb(168,188,255); }
H1.HeaderClassName
{
color: #A8BCFF;
}
.AnyTagClassName
{
color: #A8BCFF;
}
</style>
background-color css
<style>
a { background-color: #A8BCFF; }
a { background-color: rgb(168,188,255); }
div.DivClassName
{
background-color: #A8BCFF;
}
.BgClassName
{
background-color: #A8BCFF;
}
</style>
border-color css
<style>
span { border-color: #A8BCFF; }
span { border-color: rgb(168,188,255); }
td.TdClassName
{
border-color: #A8BCFF;
}
.TagClassName
{
border-color: #A8BCFF;
}
</style>