Shades of Perano #A6B8EA
Tints of Perano #A6B8EA
RGB
CMYK
RGB Variations
Color information
#A6B8EA (or 0xA6B8EA) is known color: Perano. HEX triplet: A6, B8 and EA. RGB value is (166,184,234). Sum of RGB (Red+Green+Blue) = 166+184+234=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6B8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B8EA is #594715. Grayscale: #B8B8B8. Windows color (decimal): -5850902 or 15382694. OLE color: 15382694.
HSL color Cylindrical-coordinate representation of color #A6B8EA: hue angle of 224.12º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6B8EA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 184 | 234 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.08 |
| HSL | 224.12º | 0.62% | 0.78% | - |
| HSV(B) | 224.12º | 0.29% | 0.92% | - |
| XYZ | 47.72 | 48.33 | 84.66 | - |
| YUV | 184.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 234 | 0.29 | 0.21 | 0 | 0.08 | 224.12 | 0.62 | 0.78 |
| Hex | A6 | B8 | EA | 1D | 15 | 0 | 8 | E0 | 3E | 4E |
| Octal | 246 | 270 | 352 | 35 | 25 | 0 | 10 | 340 | 76 | 116 |
| Binary | 10100110 | 10111000 | 11101010 | 11101 | 10101 | 0 | 1000 | 11100000 | 111110 | 1001110 |
Color Harmonies of #A6B8EA
Complementary color
Monochromatic Colors of #A6B8EA
Black with #A6B8EA
Text Example
Text Example
White with #A6B8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B8EA; }
p { color: rgb(166,184,234); }
H1.HeaderClassName
{
color: #A6B8EA;
}
.AnyTagClassName
{
color: #A6B8EA;
}
</style>
background-color css
<style>
a { background-color: #A6B8EA; }
a { background-color: rgb(166,184,234); }
div.DivClassName
{
background-color: #A6B8EA;
}
.BgClassName
{
background-color: #A6B8EA;
}
</style>
border-color css
<style>
span { border-color: #A6B8EA; }
span { border-color: rgb(166,184,234); }
td.TdClassName
{
border-color: #A6B8EA;
}
.TagClassName
{
border-color: #A6B8EA;
}
</style>