Shades of Perano #A8BFEC
Tints of Perano #A8BFEC
RGB
CMYK
RGB Variations
Color information
#A8BFEC (or 0xA8BFEC) is known color: Perano. HEX triplet: A8, BF and EC. RGB value is (168,191,236). Sum of RGB (Red+Green+Blue) = 168+191+236=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFEC is #574013. Grayscale: #BDBDBD. Windows color (decimal): -5718036 or 15515560. OLE color: 15515560.
HSL color Cylindrical-coordinate representation of color #A8BFEC: hue angle of 219.71º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BFEC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 191 | 236 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.07 |
| HSL | 219.71º | 0.64% | 0.79% | - |
| HSV(B) | 219.71º | 0.29% | 0.93% | - |
| XYZ | 49.92 | 51.64 | 86.69 | - |
| YUV | 189.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 236 | 0.29 | 0.19 | 0 | 0.07 | 219.71 | 0.64 | 0.79 |
| Hex | A8 | BF | EC | 1D | 13 | 0 | 7 | DC | 40 | 4F |
| Octal | 250 | 277 | 354 | 35 | 23 | 0 | 7 | 334 | 100 | 117 |
| Binary | 10101000 | 10111111 | 11101100 | 11101 | 10011 | 0 | 111 | 11011100 | 1000000 | 1001111 |
Color Harmonies of #A8BFEC
Complementary color
Monochromatic Colors of #A8BFEC
Black with #A8BFEC
Text Example
Text Example
White with #A8BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFEC; }
p { color: rgb(168,191,236); }
H1.HeaderClassName
{
color: #A8BFEC;
}
.AnyTagClassName
{
color: #A8BFEC;
}
</style>
background-color css
<style>
a { background-color: #A8BFEC; }
a { background-color: rgb(168,191,236); }
div.DivClassName
{
background-color: #A8BFEC;
}
.BgClassName
{
background-color: #A8BFEC;
}
</style>
border-color css
<style>
span { border-color: #A8BFEC; }
span { border-color: rgb(168,191,236); }
td.TdClassName
{
border-color: #A8BFEC;
}
.TagClassName
{
border-color: #A8BFEC;
}
</style>