Shades of Perano #A7BFF8
Tints of Perano #A7BFF8
RGB
CMYK
RGB Variations
Color information
#A7BFF8 (or 0xA7BFF8) is known color: Perano. HEX triplet: A7, BF and F8. RGB value is (167,191,248). Sum of RGB (Red+Green+Blue) = 167+191+248=606 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.56% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #A7BFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BFF8 is #584007. Grayscale: #BEBEBE. Windows color (decimal): -5783560 or 16301991. OLE color: 16301991.
HSL color Cylindrical-coordinate representation of color #A7BFF8: hue angle of 222.22º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7BFF8 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 191 | 248 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.03 |
| HSL | 222.22º | 0.85% | 0.81% | - |
| HSV(B) | 222.22º | 0.33% | 0.97% | - |
| XYZ | 51.51 | 52.25 | 96.18 | - |
| YUV | 190.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 248 | 0.33 | 0.23 | 0 | 0.03 | 222.22 | 0.85 | 0.81 |
| Hex | A7 | BF | F8 | 21 | 17 | 0 | 3 | DE | 55 | 51 |
| Octal | 247 | 277 | 370 | 41 | 27 | 0 | 3 | 336 | 125 | 121 |
| Binary | 10100111 | 10111111 | 11111000 | 100001 | 10111 | 0 | 11 | 11011110 | 1010101 | 1010001 |
Color Harmonies of #A7BFF8
Complementary color
Monochromatic Colors of #A7BFF8
Black with #A7BFF8
Text Example
Text Example
White with #A7BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BFF8; }
p { color: rgb(167,191,248); }
H1.HeaderClassName
{
color: #A7BFF8;
}
.AnyTagClassName
{
color: #A7BFF8;
}
</style>
background-color css
<style>
a { background-color: #A7BFF8; }
a { background-color: rgb(167,191,248); }
div.DivClassName
{
background-color: #A7BFF8;
}
.BgClassName
{
background-color: #A7BFF8;
}
</style>
border-color css
<style>
span { border-color: #A7BFF8; }
span { border-color: rgb(167,191,248); }
td.TdClassName
{
border-color: #A7BFF8;
}
.TagClassName
{
border-color: #A7BFF8;
}
</style>