Shades of Perano #A3BCF2
Tints of Perano #A3BCF2
RGB
CMYK
RGB Variations
Color information
#A3BCF2 (or 0xA3BCF2) is known color: Perano. HEX triplet: A3, BC and F2. RGB value is (163,188,242). Sum of RGB (Red+Green+Blue) = 163+188+242=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3BCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BCF2 is #5C430D. Grayscale: #BABABA. Windows color (decimal): -6046478 or 15908003. OLE color: 15908003.
HSL color Cylindrical-coordinate representation of color #A3BCF2: hue angle of 221.01º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3BCF2 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 188 | 242 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.05 |
| HSL | 221.01º | 0.75% | 0.79% | - |
| HSV(B) | 221.01º | 0.33% | 0.95% | - |
| XYZ | 49.11 | 50.16 | 91.1 | - |
| YUV | 186.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 242 | 0.33 | 0.22 | 0 | 0.05 | 221.01 | 0.75 | 0.79 |
| Hex | A3 | BC | F2 | 21 | 16 | 0 | 5 | DD | 4B | 4F |
| Octal | 243 | 274 | 362 | 41 | 26 | 0 | 5 | 335 | 113 | 117 |
| Binary | 10100011 | 10111100 | 11110010 | 100001 | 10110 | 0 | 101 | 11011101 | 1001011 | 1001111 |
Color Harmonies of #A3BCF2
Complementary color
Monochromatic Colors of #A3BCF2
Black with #A3BCF2
Text Example
Text Example
White with #A3BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCF2; }
p { color: rgb(163,188,242); }
H1.HeaderClassName
{
color: #A3BCF2;
}
.AnyTagClassName
{
color: #A3BCF2;
}
</style>
background-color css
<style>
a { background-color: #A3BCF2; }
a { background-color: rgb(163,188,242); }
div.DivClassName
{
background-color: #A3BCF2;
}
.BgClassName
{
background-color: #A3BCF2;
}
</style>
border-color css
<style>
span { border-color: #A3BCF2; }
span { border-color: rgb(163,188,242); }
td.TdClassName
{
border-color: #A3BCF2;
}
.TagClassName
{
border-color: #A3BCF2;
}
</style>