Shades of Perano #A5B6EE
Tints of Perano #A5B6EE
RGB
CMYK
RGB Variations
Color information
#A5B6EE (or 0xA5B6EE) is known color: Perano. HEX triplet: A5, B6 and EE. RGB value is (165,182,238). Sum of RGB (Red+Green+Blue) = 165+182+238=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5B6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B6EE is #5A4911. Grayscale: #B7B7B7. Windows color (decimal): -5916946 or 15644325. OLE color: 15644325.
HSL color Cylindrical-coordinate representation of color #A5B6EE: hue angle of 226.03º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5B6EE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 182 | 238 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.07 |
| HSL | 226.03º | 0.68% | 0.79% | - |
| HSV(B) | 226.03º | 0.31% | 0.93% | - |
| XYZ | 47.68 | 47.63 | 87.57 | - |
| YUV | 183.3 | 158.87 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 238 | 0.31 | 0.24 | 0 | 0.07 | 226.03 | 0.68 | 0.79 |
| Hex | A5 | B6 | EE | 1F | 18 | 0 | 7 | E2 | 44 | 4F |
| Octal | 245 | 266 | 356 | 37 | 30 | 0 | 7 | 342 | 104 | 117 |
| Binary | 10100101 | 10110110 | 11101110 | 11111 | 11000 | 0 | 111 | 11100010 | 1000100 | 1001111 |
Color Harmonies of #A5B6EE
Complementary color
Monochromatic Colors of #A5B6EE
Black with #A5B6EE
Text Example
Text Example
White with #A5B6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B6EE; }
p { color: rgb(165,182,238); }
H1.HeaderClassName
{
color: #A5B6EE;
}
.AnyTagClassName
{
color: #A5B6EE;
}
</style>
background-color css
<style>
a { background-color: #A5B6EE; }
a { background-color: rgb(165,182,238); }
div.DivClassName
{
background-color: #A5B6EE;
}
.BgClassName
{
background-color: #A5B6EE;
}
</style>
border-color css
<style>
span { border-color: #A5B6EE; }
span { border-color: rgb(165,182,238); }
td.TdClassName
{
border-color: #A5B6EE;
}
.TagClassName
{
border-color: #A5B6EE;
}
</style>