Shades of Perano #A7BCFE
Tints of Perano #A7BCFE
RGB
CMYK
RGB Variations
Color information
#A7BCFE (or 0xA7BCFE) is known color: Perano. HEX triplet: A7, BC and FE. RGB value is (167,188,254). Sum of RGB (Red+Green+Blue) = 167+188+254=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BCFE is #584301. Grayscale: #BCBCBC. Windows color (decimal): -5784322 or 16694439. OLE color: 16694439.
HSL color Cylindrical-coordinate representation of color #A7BCFE: hue angle of 225.52º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7BCFE is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 188 | 254 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.00 |
| HSL | 225.52º | 0.98% | 0.83% | - |
| HSV(B) | 225.52º | 0.34% | 1% | - |
| XYZ | 51.81 | 51.34 | 100.94 | - |
| YUV | 189.25 | 164.54 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 254 | 0.34 | 0.26 | 0 | 0.00 | 225.52 | 0.98 | 0.83 |
| Hex | A7 | BC | FE | 22 | 1A | 0 | 0 | E2 | 62 | 53 |
| Octal | 247 | 274 | 376 | 42 | 32 | 0 | 0 | 342 | 142 | 123 |
| Binary | 10100111 | 10111100 | 11111110 | 100010 | 11010 | 0 | 0 | 11100010 | 1100010 | 1010011 |
Color Harmonies of #A7BCFE
Complementary color
Monochromatic Colors of #A7BCFE
Black with #A7BCFE
Text Example
Text Example
White with #A7BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BCFE; }
p { color: rgb(167,188,254); }
H1.HeaderClassName
{
color: #A7BCFE;
}
.AnyTagClassName
{
color: #A7BCFE;
}
</style>
background-color css
<style>
a { background-color: #A7BCFE; }
a { background-color: rgb(167,188,254); }
div.DivClassName
{
background-color: #A7BCFE;
}
.BgClassName
{
background-color: #A7BCFE;
}
</style>
border-color css
<style>
span { border-color: #A7BCFE; }
span { border-color: rgb(167,188,254); }
td.TdClassName
{
border-color: #A7BCFE;
}
.TagClassName
{
border-color: #A7BCFE;
}
</style>