Shades of Perano #A8B2FD
Tints of Perano #A8B2FD
RGB
CMYK
RGB Variations
Color information
#A8B2FD (or 0xA8B2FD) is known color: Perano. HEX triplet: A8, B2 and FD. RGB value is (168,178,253). Sum of RGB (Red+Green+Blue) = 168+178+253=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8B2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B2FD is #574D02. Grayscale: #B7B7B7. Windows color (decimal): -5721347 or 16626344. OLE color: 16626344.
HSL color Cylindrical-coordinate representation of color #A8B2FD: hue angle of 232.94º 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 #A8B2FD is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 178 | 253 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.01 |
| HSL | 232.94º | 0.96% | 0.83% | - |
| HSV(B) | 232.94º | 0.34% | 0.99% | - |
| XYZ | 49.8 | 47.26 | 99.43 | - |
| YUV | 183.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 253 | 0.34 | 0.30 | 0 | 0.01 | 232.94 | 0.96 | 0.83 |
| Hex | A8 | B2 | FD | 22 | 1E | 0 | 1 | E9 | 60 | 53 |
| Octal | 250 | 262 | 375 | 42 | 36 | 0 | 1 | 351 | 140 | 123 |
| Binary | 10101000 | 10110010 | 11111101 | 100010 | 11110 | 0 | 1 | 11101001 | 1100000 | 1010011 |
Color Harmonies of #A8B2FD
Complementary color
Monochromatic Colors of #A8B2FD
Black with #A8B2FD
Text Example
Text Example
White with #A8B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2FD; }
p { color: rgb(168,178,253); }
H1.HeaderClassName
{
color: #A8B2FD;
}
.AnyTagClassName
{
color: #A8B2FD;
}
</style>
background-color css
<style>
a { background-color: #A8B2FD; }
a { background-color: rgb(168,178,253); }
div.DivClassName
{
background-color: #A8B2FD;
}
.BgClassName
{
background-color: #A8B2FD;
}
</style>
border-color css
<style>
span { border-color: #A8B2FD; }
span { border-color: rgb(168,178,253); }
td.TdClassName
{
border-color: #A8B2FD;
}
.TagClassName
{
border-color: #A8B2FD;
}
</style>