Shades of Perano #A3BBEC
Tints of Perano #A3BBEC
RGB
CMYK
RGB Variations
Color information
#A3BBEC (or 0xA3BBEC) is known color: Perano. HEX triplet: A3, BB and EC. RGB value is (163,187,236). Sum of RGB (Red+Green+Blue) = 163+187+236=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BBEC is #5C4413. Grayscale: #B9B9B9. Windows color (decimal): -6046740 or 15514531. OLE color: 15514531.
HSL color Cylindrical-coordinate representation of color #A3BBEC: hue angle of 220.27º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BBEC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 187 | 236 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.07 |
| HSL | 220.27º | 0.66% | 0.78% | - |
| HSV(B) | 220.27º | 0.31% | 0.93% | - |
| XYZ | 48.01 | 49.38 | 86.36 | - |
| YUV | 185.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 236 | 0.31 | 0.21 | 0 | 0.07 | 220.27 | 0.66 | 0.78 |
| Hex | A3 | BB | EC | 1F | 15 | 0 | 7 | DC | 42 | 4E |
| Octal | 243 | 273 | 354 | 37 | 25 | 0 | 7 | 334 | 102 | 116 |
| Binary | 10100011 | 10111011 | 11101100 | 11111 | 10101 | 0 | 111 | 11011100 | 1000010 | 1001110 |
Color Harmonies of #A3BBEC
Complementary color
Monochromatic Colors of #A3BBEC
Black with #A3BBEC
Text Example
Text Example
White with #A3BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BBEC; }
p { color: rgb(163,187,236); }
H1.HeaderClassName
{
color: #A3BBEC;
}
.AnyTagClassName
{
color: #A3BBEC;
}
</style>
background-color css
<style>
a { background-color: #A3BBEC; }
a { background-color: rgb(163,187,236); }
div.DivClassName
{
background-color: #A3BBEC;
}
.BgClassName
{
background-color: #A3BBEC;
}
</style>
border-color css
<style>
span { border-color: #A3BBEC; }
span { border-color: rgb(163,187,236); }
td.TdClassName
{
border-color: #A3BBEC;
}
.TagClassName
{
border-color: #A3BBEC;
}
</style>