Shades of Perano #A7BBFE
Tints of Perano #A7BBFE
RGB
CMYK
RGB Variations
Color information
#A7BBFE (or 0xA7BBFE) is known color: Perano. HEX triplet: A7, BB and FE. RGB value is (167,187,254). Sum of RGB (Red+Green+Blue) = 167+187+254=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BBFE is #584401. Grayscale: #BCBCBC. Windows color (decimal): -5784578 or 16694183. OLE color: 16694183.
HSL color Cylindrical-coordinate representation of color #A7BBFE: hue angle of 226.21º 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 #A7BBFE is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 187 | 254 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.00 |
| HSL | 226.21º | 0.98% | 0.83% | - |
| HSV(B) | 226.21º | 0.34% | 1% | - |
| XYZ | 51.6 | 50.91 | 100.87 | - |
| YUV | 188.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 254 | 0.34 | 0.26 | 0 | 0.00 | 226.21 | 0.98 | 0.83 |
| Hex | A7 | BB | FE | 22 | 1A | 0 | 0 | E2 | 62 | 53 |
| Octal | 247 | 273 | 376 | 42 | 32 | 0 | 0 | 342 | 142 | 123 |
| Binary | 10100111 | 10111011 | 11111110 | 100010 | 11010 | 0 | 0 | 11100010 | 1100010 | 1010011 |
Color Harmonies of #A7BBFE
Complementary color
Monochromatic Colors of #A7BBFE
Black with #A7BBFE
Text Example
Text Example
White with #A7BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BBFE; }
p { color: rgb(167,187,254); }
H1.HeaderClassName
{
color: #A7BBFE;
}
.AnyTagClassName
{
color: #A7BBFE;
}
</style>
background-color css
<style>
a { background-color: #A7BBFE; }
a { background-color: rgb(167,187,254); }
div.DivClassName
{
background-color: #A7BBFE;
}
.BgClassName
{
background-color: #A7BBFE;
}
</style>
border-color css
<style>
span { border-color: #A7BBFE; }
span { border-color: rgb(167,187,254); }
td.TdClassName
{
border-color: #A7BBFE;
}
.TagClassName
{
border-color: #A7BBFE;
}
</style>