Shades of Perano #A8BFFF
Tints of Perano #A8BFFF
RGB
CMYK
RGB Variations
Color information
#A8BFFF (or 0xA8BFFF) is known color: Perano. HEX triplet: A8, BF and FF. RGB value is (168,191,255). Sum of RGB (Red+Green+Blue) = 168+191+255=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFFF is #574000. Grayscale: #BFBFBF. Windows color (decimal): -5718017 or 16760744. OLE color: 16760744.
HSL color Cylindrical-coordinate representation of color #A8BFFF: hue angle of 224.14º 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 #A8BFFF is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 191 | 255 | - |
| CMYK | 0.34 | 0.25 | 0 | 0 |
| HSL | 224.14º | 1% | 0.83% | - |
| HSV(B) | 224.14º | 0.34% | 1% | - |
| XYZ | 52.83 | 52.81 | 102.02 | - |
| YUV | 191.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 255 | 0.34 | 0.25 | 0 | 0 | 224.14 | 1 | 0.83 |
| Hex | A8 | BF | FF | 22 | 19 | 0 | 0 | E0 | 64 | 53 |
| Octal | 250 | 277 | 377 | 42 | 31 | 0 | 0 | 340 | 144 | 123 |
| Binary | 10101000 | 10111111 | 11111111 | 100010 | 11001 | 0 | 0 | 11100000 | 1100100 | 1010011 |
Color Harmonies of #A8BFFF
Complementary color
Monochromatic Colors of #A8BFFF
Black with #A8BFFF
Text Example
Text Example
White with #A8BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFFF; }
p { color: rgb(168,191,255); }
H1.HeaderClassName
{
color: #A8BFFF;
}
.AnyTagClassName
{
color: #A8BFFF;
}
</style>
background-color css
<style>
a { background-color: #A8BFFF; }
a { background-color: rgb(168,191,255); }
div.DivClassName
{
background-color: #A8BFFF;
}
.BgClassName
{
background-color: #A8BFFF;
}
</style>
border-color css
<style>
span { border-color: #A8BFFF; }
span { border-color: rgb(168,191,255); }
td.TdClassName
{
border-color: #A8BFFF;
}
.TagClassName
{
border-color: #A8BFFF;
}
</style>