Shades of Perano #A5BCFE
Tints of Perano #A5BCFE
RGB
CMYK
RGB Variations
Color information
#A5BCFE (or 0xA5BCFE) is known color: Perano. HEX triplet: A5, BC and FE. RGB value is (165,188,254). Sum of RGB (Red+Green+Blue) = 165+188+254=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCFE is #5A4301. Grayscale: #BCBCBC. Windows color (decimal): -5915394 or 16694437. OLE color: 16694437.
HSL color Cylindrical-coordinate representation of color #A5BCFE: hue angle of 224.49º 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 #A5BCFE is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 188 | 254 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.00 |
| HSL | 224.49º | 0.98% | 0.82% | - |
| HSV(B) | 224.49º | 0.35% | 1% | - |
| XYZ | 51.39 | 51.12 | 100.92 | - |
| YUV | 188.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 254 | 0.35 | 0.26 | 0 | 0.00 | 224.49 | 0.98 | 0.82 |
| Hex | A5 | BC | FE | 23 | 1A | 0 | 0 | E0 | 62 | 52 |
| Octal | 245 | 274 | 376 | 43 | 32 | 0 | 0 | 340 | 142 | 122 |
| Binary | 10100101 | 10111100 | 11111110 | 100011 | 11010 | 0 | 0 | 11100000 | 1100010 | 1010010 |
Color Harmonies of #A5BCFE
Complementary color
Monochromatic Colors of #A5BCFE
Black with #A5BCFE
Text Example
Text Example
White with #A5BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCFE; }
p { color: rgb(165,188,254); }
H1.HeaderClassName
{
color: #A5BCFE;
}
.AnyTagClassName
{
color: #A5BCFE;
}
</style>
background-color css
<style>
a { background-color: #A5BCFE; }
a { background-color: rgb(165,188,254); }
div.DivClassName
{
background-color: #A5BCFE;
}
.BgClassName
{
background-color: #A5BCFE;
}
</style>
border-color css
<style>
span { border-color: #A5BCFE; }
span { border-color: rgb(165,188,254); }
td.TdClassName
{
border-color: #A5BCFE;
}
.TagClassName
{
border-color: #A5BCFE;
}
</style>