Shades of Perano #A8B8FD
Tints of Perano #A8B8FD
RGB
CMYK
RGB Variations
Color information
#A8B8FD (or 0xA8B8FD) is known color: Perano. HEX triplet: A8, B8 and FD. RGB value is (168,184,253). Sum of RGB (Red+Green+Blue) = 168+184+253=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8B8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B8FD is #574702. Grayscale: #BABABA. Windows color (decimal): -5719811 or 16627880. OLE color: 16627880.
HSL color Cylindrical-coordinate representation of color #A8B8FD: hue angle of 228.71º 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 #A8B8FD is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 184 | 253 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.01 |
| HSL | 228.71º | 0.96% | 0.83% | - |
| HSV(B) | 228.71º | 0.34% | 0.99% | - |
| XYZ | 51.02 | 49.7 | 99.83 | - |
| YUV | 187.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 253 | 0.34 | 0.27 | 0 | 0.01 | 228.71 | 0.96 | 0.83 |
| Hex | A8 | B8 | FD | 22 | 1B | 0 | 1 | E5 | 60 | 53 |
| Octal | 250 | 270 | 375 | 42 | 33 | 0 | 1 | 345 | 140 | 123 |
| Binary | 10101000 | 10111000 | 11111101 | 100010 | 11011 | 0 | 1 | 11100101 | 1100000 | 1010011 |
Color Harmonies of #A8B8FD
Complementary color
Monochromatic Colors of #A8B8FD
Black with #A8B8FD
Text Example
Text Example
White with #A8B8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8FD; }
p { color: rgb(168,184,253); }
H1.HeaderClassName
{
color: #A8B8FD;
}
.AnyTagClassName
{
color: #A8B8FD;
}
</style>
background-color css
<style>
a { background-color: #A8B8FD; }
a { background-color: rgb(168,184,253); }
div.DivClassName
{
background-color: #A8B8FD;
}
.BgClassName
{
background-color: #A8B8FD;
}
</style>
border-color css
<style>
span { border-color: #A8B8FD; }
span { border-color: rgb(168,184,253); }
td.TdClassName
{
border-color: #A8B8FD;
}
.TagClassName
{
border-color: #A8B8FD;
}
</style>