Shades of Perano #A2BBE9
Tints of Perano #A2BBE9
RGB
CMYK
RGB Variations
Color information
#A2BBE9 (or 0xA2BBE9) is known color: Perano. HEX triplet: A2, BB and E9. RGB value is (162,187,233). Sum of RGB (Red+Green+Blue) = 162+187+233=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #A2BBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BBE9 is #5D4416. Grayscale: #B8B8B8. Windows color (decimal): -6112279 or 15317922. OLE color: 15317922.
HSL color Cylindrical-coordinate representation of color #A2BBE9: hue angle of 218.87º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2BBE9 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 187 | 233 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.09 |
| HSL | 218.87º | 0.62% | 0.77% | - |
| HSV(B) | 218.87º | 0.3% | 0.91% | - |
| XYZ | 47.38 | 49.11 | 84.07 | - |
| YUV | 184.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 233 | 0.30 | 0.20 | 0 | 0.09 | 218.87 | 0.62 | 0.77 |
| Hex | A2 | BB | E9 | 1E | 14 | 0 | 9 | DB | 3E | 4D |
| Octal | 242 | 273 | 351 | 36 | 24 | 0 | 11 | 333 | 76 | 115 |
| Binary | 10100010 | 10111011 | 11101001 | 11110 | 10100 | 0 | 1001 | 11011011 | 111110 | 1001101 |
Color Harmonies of #A2BBE9
Complementary color
Monochromatic Colors of #A2BBE9
Black with #A2BBE9
Text Example
Text Example
White with #A2BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBE9; }
p { color: rgb(162,187,233); }
H1.HeaderClassName
{
color: #A2BBE9;
}
.AnyTagClassName
{
color: #A2BBE9;
}
</style>
background-color css
<style>
a { background-color: #A2BBE9; }
a { background-color: rgb(162,187,233); }
div.DivClassName
{
background-color: #A2BBE9;
}
.BgClassName
{
background-color: #A2BBE9;
}
</style>
border-color css
<style>
span { border-color: #A2BBE9; }
span { border-color: rgb(162,187,233); }
td.TdClassName
{
border-color: #A2BBE9;
}
.TagClassName
{
border-color: #A2BBE9;
}
</style>