Shades of Perano #A8B2EA
Tints of Perano #A8B2EA
RGB
CMYK
RGB Variations
Color information
#A8B2EA (or 0xA8B2EA) is known color: Perano. HEX triplet: A8, B2 and EA. RGB value is (168,178,234). Sum of RGB (Red+Green+Blue) = 168+178+234=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8B2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B2EA is #574D15. Grayscale: #B5B5B5. Windows color (decimal): -5721366 or 15381160. OLE color: 15381160.
HSL color Cylindrical-coordinate representation of color #A8B2EA: hue angle of 230.91º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8B2EA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 178 | 234 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.08 |
| HSL | 230.91º | 0.61% | 0.79% | - |
| HSV(B) | 230.91º | 0.28% | 0.92% | - |
| XYZ | 46.92 | 46.11 | 84.27 | - |
| YUV | 181.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 234 | 0.28 | 0.24 | 0 | 0.08 | 230.91 | 0.61 | 0.79 |
| Hex | A8 | B2 | EA | 1C | 18 | 0 | 8 | E7 | 3D | 4F |
| Octal | 250 | 262 | 352 | 34 | 30 | 0 | 10 | 347 | 75 | 117 |
| Binary | 10101000 | 10110010 | 11101010 | 11100 | 11000 | 0 | 1000 | 11100111 | 111101 | 1001111 |
Color Harmonies of #A8B2EA
Complementary color
Monochromatic Colors of #A8B2EA
Black with #A8B2EA
Text Example
Text Example
White with #A8B2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B2EA; }
p { color: rgb(168,178,234); }
H1.HeaderClassName
{
color: #A8B2EA;
}
.AnyTagClassName
{
color: #A8B2EA;
}
</style>
background-color css
<style>
a { background-color: #A8B2EA; }
a { background-color: rgb(168,178,234); }
div.DivClassName
{
background-color: #A8B2EA;
}
.BgClassName
{
background-color: #A8B2EA;
}
</style>
border-color css
<style>
span { border-color: #A8B2EA; }
span { border-color: rgb(168,178,234); }
td.TdClassName
{
border-color: #A8B2EA;
}
.TagClassName
{
border-color: #A8B2EA;
}
</style>