Shades of Perano #A7BBF3
Tints of Perano #A7BBF3
RGB
CMYK
RGB Variations
Color information
#A7BBF3 (or 0xA7BBF3) is known color: Perano. HEX triplet: A7, BB and F3. RGB value is (167,187,243). Sum of RGB (Red+Green+Blue) = 167+187+243=597 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.97% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #A7BBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BBF3 is #58440C. Grayscale: #BBBBBB. Windows color (decimal): -5784589 or 15973287. OLE color: 15973287.
HSL color Cylindrical-coordinate representation of color #A7BBF3: hue angle of 224.21º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7BBF3 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 187 | 243 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.05 |
| HSL | 224.21º | 0.76% | 0.8% | - |
| HSV(B) | 224.21º | 0.31% | 0.95% | - |
| XYZ | 49.88 | 50.23 | 91.86 | - |
| YUV | 187.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 243 | 0.31 | 0.23 | 0 | 0.05 | 224.21 | 0.76 | 0.8 |
| Hex | A7 | BB | F3 | 1F | 17 | 0 | 5 | E0 | 4C | 50 |
| Octal | 247 | 273 | 363 | 37 | 27 | 0 | 5 | 340 | 114 | 120 |
| Binary | 10100111 | 10111011 | 11110011 | 11111 | 10111 | 0 | 101 | 11100000 | 1001100 | 1010000 |
Color Harmonies of #A7BBF3
Complementary color
Monochromatic Colors of #A7BBF3
Black with #A7BBF3
Text Example
Text Example
White with #A7BBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BBF3; }
p { color: rgb(167,187,243); }
H1.HeaderClassName
{
color: #A7BBF3;
}
.AnyTagClassName
{
color: #A7BBF3;
}
</style>
background-color css
<style>
a { background-color: #A7BBF3; }
a { background-color: rgb(167,187,243); }
div.DivClassName
{
background-color: #A7BBF3;
}
.BgClassName
{
background-color: #A7BBF3;
}
</style>
border-color css
<style>
span { border-color: #A7BBF3; }
span { border-color: rgb(167,187,243); }
td.TdClassName
{
border-color: #A7BBF3;
}
.TagClassName
{
border-color: #A7BBF3;
}
</style>