Shades of Perano #A8BFEF
Tints of Perano #A8BFEF
RGB
CMYK
RGB Variations
Color information
#A8BFEF (or 0xA8BFEF) is known color: Perano. HEX triplet: A8, BF and EF. RGB value is (168,191,239). Sum of RGB (Red+Green+Blue) = 168+191+239=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFEF is #574010. Grayscale: #BDBDBD. Windows color (decimal): -5718033 or 15712168. OLE color: 15712168.
HSL color Cylindrical-coordinate representation of color #A8BFEF: hue angle of 220.56º 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 #A8BFEF is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 191 | 239 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.06 |
| HSL | 220.56º | 0.69% | 0.8% | - |
| HSV(B) | 220.56º | 0.3% | 0.94% | - |
| XYZ | 50.36 | 51.82 | 89.01 | - |
| YUV | 189.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 239 | 0.30 | 0.20 | 0 | 0.06 | 220.56 | 0.69 | 0.8 |
| Hex | A8 | BF | EF | 1E | 14 | 0 | 6 | DD | 45 | 50 |
| Octal | 250 | 277 | 357 | 36 | 24 | 0 | 6 | 335 | 105 | 120 |
| Binary | 10101000 | 10111111 | 11101111 | 11110 | 10100 | 0 | 110 | 11011101 | 1000101 | 1010000 |
Color Harmonies of #A8BFEF
Complementary color
Monochromatic Colors of #A8BFEF
Black with #A8BFEF
Text Example
Text Example
White with #A8BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFEF; }
p { color: rgb(168,191,239); }
H1.HeaderClassName
{
color: #A8BFEF;
}
.AnyTagClassName
{
color: #A8BFEF;
}
</style>
background-color css
<style>
a { background-color: #A8BFEF; }
a { background-color: rgb(168,191,239); }
div.DivClassName
{
background-color: #A8BFEF;
}
.BgClassName
{
background-color: #A8BFEF;
}
</style>
border-color css
<style>
span { border-color: #A8BFEF; }
span { border-color: rgb(168,191,239); }
td.TdClassName
{
border-color: #A8BFEF;
}
.TagClassName
{
border-color: #A8BFEF;
}
</style>