Shades of Perano #A8BCFD
Tints of Perano #A8BCFD
RGB
CMYK
RGB Variations
Color information
#A8BCFD (or 0xA8BCFD) is known color: Perano. HEX triplet: A8, BC and FD. RGB value is (168,188,253). Sum of RGB (Red+Green+Blue) = 168+188+253=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BCFD is #574302. Grayscale: #BDBDBD. Windows color (decimal): -5718787 or 16628904. OLE color: 16628904.
HSL color Cylindrical-coordinate representation of color #A8BCFD: hue angle of 225.88º 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 #A8BCFD is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 188 | 253 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.01 |
| HSL | 225.88º | 0.96% | 0.83% | - |
| HSV(B) | 225.88º | 0.34% | 0.99% | - |
| XYZ | 51.86 | 51.38 | 100.11 | - |
| YUV | 189.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 253 | 0.34 | 0.26 | 0 | 0.01 | 225.88 | 0.96 | 0.83 |
| Hex | A8 | BC | FD | 22 | 1A | 0 | 1 | E2 | 60 | 53 |
| Octal | 250 | 274 | 375 | 42 | 32 | 0 | 1 | 342 | 140 | 123 |
| Binary | 10101000 | 10111100 | 11111101 | 100010 | 11010 | 0 | 1 | 11100010 | 1100000 | 1010011 |
Color Harmonies of #A8BCFD
Complementary color
Monochromatic Colors of #A8BCFD
Black with #A8BCFD
Text Example
Text Example
White with #A8BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCFD; }
p { color: rgb(168,188,253); }
H1.HeaderClassName
{
color: #A8BCFD;
}
.AnyTagClassName
{
color: #A8BCFD;
}
</style>
background-color css
<style>
a { background-color: #A8BCFD; }
a { background-color: rgb(168,188,253); }
div.DivClassName
{
background-color: #A8BCFD;
}
.BgClassName
{
background-color: #A8BCFD;
}
</style>
border-color css
<style>
span { border-color: #A8BCFD; }
span { border-color: rgb(168,188,253); }
td.TdClassName
{
border-color: #A8BCFD;
}
.TagClassName
{
border-color: #A8BCFD;
}
</style>