Shades of Perano #A6B2F8
Tints of Perano #A6B2F8
RGB
CMYK
RGB Variations
Color information
#A6B2F8 (or 0xA6B2F8) is known color: Perano. HEX triplet: A6, B2 and F8. RGB value is (166,178,248). Sum of RGB (Red+Green+Blue) = 166+178+248=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6B2F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B2F8 is #594D07. Grayscale: #B6B6B6. Windows color (decimal): -5852424 or 16298662. OLE color: 16298662.
HSL color Cylindrical-coordinate representation of color #A6B2F8: hue angle of 231.22º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6B2F8 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 178 | 248 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.03 |
| HSL | 231.22º | 0.85% | 0.81% | - |
| HSV(B) | 231.22º | 0.33% | 0.97% | - |
| XYZ | 48.59 | 46.73 | 95.26 | - |
| YUV | 182.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 248 | 0.33 | 0.28 | 0 | 0.03 | 231.22 | 0.85 | 0.81 |
| Hex | A6 | B2 | F8 | 21 | 1C | 0 | 3 | E7 | 55 | 51 |
| Octal | 246 | 262 | 370 | 41 | 34 | 0 | 3 | 347 | 125 | 121 |
| Binary | 10100110 | 10110010 | 11111000 | 100001 | 11100 | 0 | 11 | 11100111 | 1010101 | 1010001 |
Color Harmonies of #A6B2F8
Complementary color
Monochromatic Colors of #A6B2F8
Black with #A6B2F8
Text Example
Text Example
White with #A6B2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B2F8; }
p { color: rgb(166,178,248); }
H1.HeaderClassName
{
color: #A6B2F8;
}
.AnyTagClassName
{
color: #A6B2F8;
}
</style>
background-color css
<style>
a { background-color: #A6B2F8; }
a { background-color: rgb(166,178,248); }
div.DivClassName
{
background-color: #A6B2F8;
}
.BgClassName
{
background-color: #A6B2F8;
}
</style>
border-color css
<style>
span { border-color: #A6B2F8; }
span { border-color: rgb(166,178,248); }
td.TdClassName
{
border-color: #A6B2F8;
}
.TagClassName
{
border-color: #A6B2F8;
}
</style>