Shades of Perano #A2B3DE
Tints of Perano #A2B3DE
RGB
CMYK
RGB Variations
Color information
#A2B3DE (or 0xA2B3DE) is known color: Perano. HEX triplet: A2, B3 and DE. RGB value is (162,179,222). Sum of RGB (Red+Green+Blue) = 162+179+222=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2B3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B3DE is #5D4C21. Grayscale: #B2B2B2. Windows color (decimal): -6114338 or 14594978. OLE color: 14594978.
HSL color Cylindrical-coordinate representation of color #A2B3DE: hue angle of 223º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2B3DE is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 179 | 222 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.13 |
| HSL | 223º | 0.48% | 0.75% | - |
| HSV(B) | 223º | 0.27% | 0.87% | - |
| XYZ | 44.21 | 45.2 | 75.5 | - |
| YUV | 178.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 222 | 0.27 | 0.19 | 0 | 0.13 | 223 | 0.48 | 0.75 |
| Hex | A2 | B3 | DE | 1B | 13 | 0 | D | DF | 30 | 4B |
| Octal | 242 | 263 | 336 | 33 | 23 | 0 | 15 | 337 | 60 | 113 |
| Binary | 10100010 | 10110011 | 11011110 | 11011 | 10011 | 0 | 1101 | 11011111 | 110000 | 1001011 |
Color Harmonies of #A2B3DE
Complementary color
Monochromatic Colors of #A2B3DE
Black with #A2B3DE
Text Example
Text Example
White with #A2B3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B3DE; }
p { color: rgb(162,179,222); }
H1.HeaderClassName
{
color: #A2B3DE;
}
.AnyTagClassName
{
color: #A2B3DE;
}
</style>
background-color css
<style>
a { background-color: #A2B3DE; }
a { background-color: rgb(162,179,222); }
div.DivClassName
{
background-color: #A2B3DE;
}
.BgClassName
{
background-color: #A2B3DE;
}
</style>
border-color css
<style>
span { border-color: #A2B3DE; }
span { border-color: rgb(162,179,222); }
td.TdClassName
{
border-color: #A2B3DE;
}
.TagClassName
{
border-color: #A2B3DE;
}
</style>