Shades of Perano #A5BBFE
Tints of Perano #A5BBFE
RGB
CMYK
RGB Variations
Color information
#A5BBFE (or 0xA5BBFE) is known color: Perano. HEX triplet: A5, BB and FE. RGB value is (165,187,254). Sum of RGB (Red+Green+Blue) = 165+187+254=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBFE is #5A4401. Grayscale: #BBBBBB. Windows color (decimal): -5915650 or 16694181. OLE color: 16694181.
HSL color Cylindrical-coordinate representation of color #A5BBFE: hue angle of 225.17º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5BBFE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 187 | 254 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.00 |
| HSL | 225.17º | 0.98% | 0.82% | - |
| HSV(B) | 225.17º | 0.35% | 1% | - |
| XYZ | 51.18 | 50.7 | 100.85 | - |
| YUV | 188.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 254 | 0.35 | 0.26 | 0 | 0.00 | 225.17 | 0.98 | 0.82 |
| Hex | A5 | BB | FE | 23 | 1A | 0 | 0 | E1 | 62 | 52 |
| Octal | 245 | 273 | 376 | 43 | 32 | 0 | 0 | 341 | 142 | 122 |
| Binary | 10100101 | 10111011 | 11111110 | 100011 | 11010 | 0 | 0 | 11100001 | 1100010 | 1010010 |
Color Harmonies of #A5BBFE
Complementary color
Monochromatic Colors of #A5BBFE
Black with #A5BBFE
Text Example
Text Example
White with #A5BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBFE; }
p { color: rgb(165,187,254); }
H1.HeaderClassName
{
color: #A5BBFE;
}
.AnyTagClassName
{
color: #A5BBFE;
}
</style>
background-color css
<style>
a { background-color: #A5BBFE; }
a { background-color: rgb(165,187,254); }
div.DivClassName
{
background-color: #A5BBFE;
}
.BgClassName
{
background-color: #A5BBFE;
}
</style>
border-color css
<style>
span { border-color: #A5BBFE; }
span { border-color: rgb(165,187,254); }
td.TdClassName
{
border-color: #A5BBFE;
}
.TagClassName
{
border-color: #A5BBFE;
}
</style>