Shades of Perano #A8B3E8
Tints of Perano #A8B3E8
RGB
CMYK
RGB Variations
Color information
#A8B3E8 (or 0xA8B3E8) is known color: Perano. HEX triplet: A8, B3 and E8. RGB value is (168,179,232). Sum of RGB (Red+Green+Blue) = 168+179+232=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8B3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B3E8 is #574C17. Grayscale: #B5B5B5. Windows color (decimal): -5721112 or 15250344. OLE color: 15250344.
HSL color Cylindrical-coordinate representation of color #A8B3E8: hue angle of 229.69º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8B3E8 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 179 | 232 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.09 |
| HSL | 229.69º | 0.58% | 0.78% | - |
| HSV(B) | 229.69º | 0.28% | 0.91% | - |
| XYZ | 46.83 | 46.39 | 82.83 | - |
| YUV | 181.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 232 | 0.28 | 0.23 | 0 | 0.09 | 229.69 | 0.58 | 0.78 |
| Hex | A8 | B3 | E8 | 1C | 17 | 0 | 9 | E6 | 3A | 4E |
| Octal | 250 | 263 | 350 | 34 | 27 | 0 | 11 | 346 | 72 | 116 |
| Binary | 10101000 | 10110011 | 11101000 | 11100 | 10111 | 0 | 1001 | 11100110 | 111010 | 1001110 |
Color Harmonies of #A8B3E8
Complementary color
Monochromatic Colors of #A8B3E8
Black with #A8B3E8
Text Example
Text Example
White with #A8B3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B3E8; }
p { color: rgb(168,179,232); }
H1.HeaderClassName
{
color: #A8B3E8;
}
.AnyTagClassName
{
color: #A8B3E8;
}
</style>
background-color css
<style>
a { background-color: #A8B3E8; }
a { background-color: rgb(168,179,232); }
div.DivClassName
{
background-color: #A8B3E8;
}
.BgClassName
{
background-color: #A8B3E8;
}
</style>
border-color css
<style>
span { border-color: #A8B3E8; }
span { border-color: rgb(168,179,232); }
td.TdClassName
{
border-color: #A8B3E8;
}
.TagClassName
{
border-color: #A8B3E8;
}
</style>