Shades of Perano #A8B2FC
Tints of Perano #A8B2FC
RGB
CMYK
RGB Variations
Color information
#A8B2FC (or 0xA8B2FC) is known color: Perano. HEX triplet: A8, B2 and FC. RGB value is (168,178,252). Sum of RGB (Red+Green+Blue) = 168+178+252=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8B2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B2FC is #574D03. Grayscale: #B7B7B7. Windows color (decimal): -5721348 or 16560808. OLE color: 16560808.
HSL color Cylindrical-coordinate representation of color #A8B2FC: hue angle of 232.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8B2FC is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 178 | 252 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.01 |
| HSL | 232.86º | 0.93% | 0.82% | - |
| HSV(B) | 232.86º | 0.33% | 0.99% | - |
| XYZ | 49.64 | 47.19 | 98.59 | - |
| YUV | 183.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 252 | 0.33 | 0.29 | 0 | 0.01 | 232.86 | 0.93 | 0.82 |
| Hex | A8 | B2 | FC | 21 | 1D | 0 | 1 | E9 | 5D | 52 |
| Octal | 250 | 262 | 374 | 41 | 35 | 0 | 1 | 351 | 135 | 122 |
| Binary | 10101000 | 10110010 | 11111100 | 100001 | 11101 | 0 | 1 | 11101001 | 1011101 | 1010010 |
Color Harmonies of #A8B2FC
Complementary color
Monochromatic Colors of #A8B2FC
Black with #A8B2FC
Text Example
Text Example
White with #A8B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2FC; }
p { color: rgb(168,178,252); }
H1.HeaderClassName
{
color: #A8B2FC;
}
.AnyTagClassName
{
color: #A8B2FC;
}
</style>
background-color css
<style>
a { background-color: #A8B2FC; }
a { background-color: rgb(168,178,252); }
div.DivClassName
{
background-color: #A8B2FC;
}
.BgClassName
{
background-color: #A8B2FC;
}
</style>
border-color css
<style>
span { border-color: #A8B2FC; }
span { border-color: rgb(168,178,252); }
td.TdClassName
{
border-color: #A8B2FC;
}
.TagClassName
{
border-color: #A8B2FC;
}
</style>