Shades of Perano #A6B8FF
Tints of Perano #A6B8FF
RGB
CMYK
RGB Variations
Color information
#A6B8FF (or 0xA6B8FF) is known color: Perano. HEX triplet: A6, B8 and FF. RGB value is (166,184,255). Sum of RGB (Red+Green+Blue) = 166+184+255=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6B8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B8FF is #594700. Grayscale: #BABABA. Windows color (decimal): -5850881 or 16758950. OLE color: 16758950.
HSL color Cylindrical-coordinate representation of color #A6B8FF: hue angle of 227.87º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6B8FF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 184 | 255 | - |
| CMYK | 0.35 | 0.28 | 0 | 0 |
| HSL | 227.87º | 1% | 0.83% | - |
| HSV(B) | 227.87º | 0.35% | 1% | - |
| XYZ | 50.92 | 49.61 | 101.5 | - |
| YUV | 186.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 255 | 0.35 | 0.28 | 0 | 0 | 227.87 | 1 | 0.83 |
| Hex | A6 | B8 | FF | 23 | 1C | 0 | 0 | E4 | 64 | 53 |
| Octal | 246 | 270 | 377 | 43 | 34 | 0 | 0 | 344 | 144 | 123 |
| Binary | 10100110 | 10111000 | 11111111 | 100011 | 11100 | 0 | 0 | 11100100 | 1100100 | 1010011 |
Color Harmonies of #A6B8FF
Complementary color
Monochromatic Colors of #A6B8FF
Black with #A6B8FF
Text Example
Text Example
White with #A6B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8FF; }
p { color: rgb(166,184,255); }
H1.HeaderClassName
{
color: #A6B8FF;
}
.AnyTagClassName
{
color: #A6B8FF;
}
</style>
background-color css
<style>
a { background-color: #A6B8FF; }
a { background-color: rgb(166,184,255); }
div.DivClassName
{
background-color: #A6B8FF;
}
.BgClassName
{
background-color: #A6B8FF;
}
</style>
border-color css
<style>
span { border-color: #A6B8FF; }
span { border-color: rgb(166,184,255); }
td.TdClassName
{
border-color: #A6B8FF;
}
.TagClassName
{
border-color: #A6B8FF;
}
</style>