Shades of Perano #A3BDFE
Tints of Perano #A3BDFE
RGB
CMYK
RGB Variations
Color information
#A3BDFE (or 0xA3BDFE) is known color: Perano. HEX triplet: A3, BD and FE. RGB value is (163,189,254). Sum of RGB (Red+Green+Blue) = 163+189+254=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 189 (74.22% from 255 or 31.19% 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 #A3BDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BDFE is #5C4201. Grayscale: #BCBCBC. Windows color (decimal): -6046210 or 16694691. OLE color: 16694691.
HSL color Cylindrical-coordinate representation of color #A3BDFE: hue angle of 222.86º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3BDFE is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 189 | 254 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.00 |
| HSL | 222.86º | 0.98% | 0.82% | - |
| HSV(B) | 222.86º | 0.36% | 1% | - |
| XYZ | 51.19 | 51.34 | 100.98 | - |
| YUV | 188.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 254 | 0.36 | 0.26 | 0 | 0.00 | 222.86 | 0.98 | 0.82 |
| Hex | A3 | BD | FE | 24 | 1A | 0 | 0 | DF | 62 | 52 |
| Octal | 243 | 275 | 376 | 44 | 32 | 0 | 0 | 337 | 142 | 122 |
| Binary | 10100011 | 10111101 | 11111110 | 100100 | 11010 | 0 | 0 | 11011111 | 1100010 | 1010010 |
Color Harmonies of #A3BDFE
Complementary color
Monochromatic Colors of #A3BDFE
Black with #A3BDFE
Text Example
Text Example
White with #A3BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDFE; }
p { color: rgb(163,189,254); }
H1.HeaderClassName
{
color: #A3BDFE;
}
.AnyTagClassName
{
color: #A3BDFE;
}
</style>
background-color css
<style>
a { background-color: #A3BDFE; }
a { background-color: rgb(163,189,254); }
div.DivClassName
{
background-color: #A3BDFE;
}
.BgClassName
{
background-color: #A3BDFE;
}
</style>
border-color css
<style>
span { border-color: #A3BDFE; }
span { border-color: rgb(163,189,254); }
td.TdClassName
{
border-color: #A3BDFE;
}
.TagClassName
{
border-color: #A3BDFE;
}
</style>