Shades of Perano #A7BFEC
Tints of Perano #A7BFEC
RGB
CMYK
RGB Variations
Color information
#A7BFEC (or 0xA7BFEC) is known color: Perano. HEX triplet: A7, BF and EC. RGB value is (167,191,236). Sum of RGB (Red+Green+Blue) = 167+191+236=594 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.11% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7BFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BFEC is #584013. Grayscale: #BCBCBC. Windows color (decimal): -5783572 or 15515559. OLE color: 15515559.
HSL color Cylindrical-coordinate representation of color #A7BFEC: hue angle of 219.13º 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 #A7BFEC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 191 | 236 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.07 |
| HSL | 219.13º | 0.64% | 0.79% | - |
| HSV(B) | 219.13º | 0.29% | 0.93% | - |
| XYZ | 49.71 | 51.53 | 86.68 | - |
| YUV | 188.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 236 | 0.29 | 0.19 | 0 | 0.07 | 219.13 | 0.64 | 0.79 |
| Hex | A7 | BF | EC | 1D | 13 | 0 | 7 | DB | 40 | 4F |
| Octal | 247 | 277 | 354 | 35 | 23 | 0 | 7 | 333 | 100 | 117 |
| Binary | 10100111 | 10111111 | 11101100 | 11101 | 10011 | 0 | 111 | 11011011 | 1000000 | 1001111 |
Color Harmonies of #A7BFEC
Complementary color
Monochromatic Colors of #A7BFEC
Black with #A7BFEC
Text Example
Text Example
White with #A7BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BFEC; }
p { color: rgb(167,191,236); }
H1.HeaderClassName
{
color: #A7BFEC;
}
.AnyTagClassName
{
color: #A7BFEC;
}
</style>
background-color css
<style>
a { background-color: #A7BFEC; }
a { background-color: rgb(167,191,236); }
div.DivClassName
{
background-color: #A7BFEC;
}
.BgClassName
{
background-color: #A7BFEC;
}
</style>
border-color css
<style>
span { border-color: #A7BFEC; }
span { border-color: rgb(167,191,236); }
td.TdClassName
{
border-color: #A7BFEC;
}
.TagClassName
{
border-color: #A7BFEC;
}
</style>