Shades of Perano #A8B6E3
Tints of Perano #A8B6E3
RGB
CMYK
RGB Variations
Color information
#A8B6E3 (or 0xA8B6E3) is known color: Perano. HEX triplet: A8, B6 and E3. RGB value is (168,182,227). Sum of RGB (Red+Green+Blue) = 168+182+227=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #A8B6E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B6E3 is #57491C. Grayscale: #B6B6B6. Windows color (decimal): -5720349 or 14923432. OLE color: 14923432.
HSL color Cylindrical-coordinate representation of color #A8B6E3: hue angle of 225.76º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8B6E3 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 182 | 227 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.11 |
| HSL | 225.76º | 0.51% | 0.77% | - |
| HSV(B) | 225.76º | 0.26% | 0.89% | - |
| XYZ | 46.74 | 47.33 | 79.34 | - |
| YUV | 182.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 227 | 0.26 | 0.20 | 0 | 0.11 | 225.76 | 0.51 | 0.77 |
| Hex | A8 | B6 | E3 | 1A | 14 | 0 | B | E2 | 33 | 4D |
| Octal | 250 | 266 | 343 | 32 | 24 | 0 | 13 | 342 | 63 | 115 |
| Binary | 10101000 | 10110110 | 11100011 | 11010 | 10100 | 0 | 1011 | 11100010 | 110011 | 1001101 |
Color Harmonies of #A8B6E3
Complementary color
Monochromatic Colors of #A8B6E3
Black with #A8B6E3
Text Example
Text Example
White with #A8B6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B6E3; }
p { color: rgb(168,182,227); }
H1.HeaderClassName
{
color: #A8B6E3;
}
.AnyTagClassName
{
color: #A8B6E3;
}
</style>
background-color css
<style>
a { background-color: #A8B6E3; }
a { background-color: rgb(168,182,227); }
div.DivClassName
{
background-color: #A8B6E3;
}
.BgClassName
{
background-color: #A8B6E3;
}
</style>
border-color css
<style>
span { border-color: #A8B6E3; }
span { border-color: rgb(168,182,227); }
td.TdClassName
{
border-color: #A8B6E3;
}
.TagClassName
{
border-color: #A8B6E3;
}
</style>