Shades of Perano #A4BBEB
Tints of Perano #A4BBEB
RGB
CMYK
RGB Variations
Color information
#A4BBEB (or 0xA4BBEB) is known color: Perano. HEX triplet: A4, BB and EB. RGB value is (164,187,235). Sum of RGB (Red+Green+Blue) = 164+187+235=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BBEB is #5B4414. Grayscale: #B9B9B9. Windows color (decimal): -5981205 or 15448996. OLE color: 15448996.
HSL color Cylindrical-coordinate representation of color #A4BBEB: hue angle of 220.56º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4BBEB is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 187 | 235 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.08 |
| HSL | 220.56º | 0.64% | 0.78% | - |
| HSV(B) | 220.56º | 0.3% | 0.92% | - |
| XYZ | 48.08 | 49.43 | 85.6 | - |
| YUV | 185.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 235 | 0.30 | 0.20 | 0 | 0.08 | 220.56 | 0.64 | 0.78 |
| Hex | A4 | BB | EB | 1E | 14 | 0 | 8 | DD | 40 | 4E |
| Octal | 244 | 273 | 353 | 36 | 24 | 0 | 10 | 335 | 100 | 116 |
| Binary | 10100100 | 10111011 | 11101011 | 11110 | 10100 | 0 | 1000 | 11011101 | 1000000 | 1001110 |
Color Harmonies of #A4BBEB
Complementary color
Monochromatic Colors of #A4BBEB
Black with #A4BBEB
Text Example
Text Example
White with #A4BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BBEB; }
p { color: rgb(164,187,235); }
H1.HeaderClassName
{
color: #A4BBEB;
}
.AnyTagClassName
{
color: #A4BBEB;
}
</style>
background-color css
<style>
a { background-color: #A4BBEB; }
a { background-color: rgb(164,187,235); }
div.DivClassName
{
background-color: #A4BBEB;
}
.BgClassName
{
background-color: #A4BBEB;
}
</style>
border-color css
<style>
span { border-color: #A4BBEB; }
span { border-color: rgb(164,187,235); }
td.TdClassName
{
border-color: #A4BBEB;
}
.TagClassName
{
border-color: #A4BBEB;
}
</style>