Shades of Perano #A8BFFD
Tints of Perano #A8BFFD
RGB
CMYK
RGB Variations
Color information
#A8BFFD (or 0xA8BFFD) is known color: Perano. HEX triplet: A8, BF and FD. RGB value is (168,191,253). Sum of RGB (Red+Green+Blue) = 168+191+253=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFFD is #574002. Grayscale: #BEBEBE. Windows color (decimal): -5718019 or 16629672. OLE color: 16629672.
HSL color Cylindrical-coordinate representation of color #A8BFFD: hue angle of 223.76º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BFFD is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 191 | 253 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.01 |
| HSL | 223.76º | 0.96% | 0.83% | - |
| HSV(B) | 223.76º | 0.34% | 0.99% | - |
| XYZ | 52.51 | 52.68 | 100.33 | - |
| YUV | 191.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 253 | 0.34 | 0.25 | 0 | 0.01 | 223.76 | 0.96 | 0.83 |
| Hex | A8 | BF | FD | 22 | 19 | 0 | 1 | E0 | 60 | 53 |
| Octal | 250 | 277 | 375 | 42 | 31 | 0 | 1 | 340 | 140 | 123 |
| Binary | 10101000 | 10111111 | 11111101 | 100010 | 11001 | 0 | 1 | 11100000 | 1100000 | 1010011 |
Color Harmonies of #A8BFFD
Complementary color
Monochromatic Colors of #A8BFFD
Black with #A8BFFD
Text Example
Text Example
White with #A8BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFFD; }
p { color: rgb(168,191,253); }
H1.HeaderClassName
{
color: #A8BFFD;
}
.AnyTagClassName
{
color: #A8BFFD;
}
</style>
background-color css
<style>
a { background-color: #A8BFFD; }
a { background-color: rgb(168,191,253); }
div.DivClassName
{
background-color: #A8BFFD;
}
.BgClassName
{
background-color: #A8BFFD;
}
</style>
border-color css
<style>
span { border-color: #A8BFFD; }
span { border-color: rgb(168,191,253); }
td.TdClassName
{
border-color: #A8BFFD;
}
.TagClassName
{
border-color: #A8BFFD;
}
</style>