Shades of Perano #A3BDF2
Tints of Perano #A3BDF2
RGB
CMYK
RGB Variations
Color information
#A3BDF2 (or 0xA3BDF2) is known color: Perano. HEX triplet: A3, BD and F2. RGB value is (163,189,242). Sum of RGB (Red+Green+Blue) = 163+189+242=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3BDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BDF2 is #5C420D. Grayscale: #BBBBBB. Windows color (decimal): -6046222 or 15908259. OLE color: 15908259.
HSL color Cylindrical-coordinate representation of color #A3BDF2: hue angle of 220.25º 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 #A3BDF2 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 189 | 242 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.05 |
| HSL | 220.25º | 0.75% | 0.79% | - |
| HSV(B) | 220.25º | 0.33% | 0.95% | - |
| XYZ | 49.33 | 50.59 | 91.17 | - |
| YUV | 187.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 242 | 0.33 | 0.22 | 0 | 0.05 | 220.25 | 0.75 | 0.79 |
| Hex | A3 | BD | F2 | 21 | 16 | 0 | 5 | DC | 4B | 4F |
| Octal | 243 | 275 | 362 | 41 | 26 | 0 | 5 | 334 | 113 | 117 |
| Binary | 10100011 | 10111101 | 11110010 | 100001 | 10110 | 0 | 101 | 11011100 | 1001011 | 1001111 |
Color Harmonies of #A3BDF2
Complementary color
Monochromatic Colors of #A3BDF2
Black with #A3BDF2
Text Example
Text Example
White with #A3BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDF2; }
p { color: rgb(163,189,242); }
H1.HeaderClassName
{
color: #A3BDF2;
}
.AnyTagClassName
{
color: #A3BDF2;
}
</style>
background-color css
<style>
a { background-color: #A3BDF2; }
a { background-color: rgb(163,189,242); }
div.DivClassName
{
background-color: #A3BDF2;
}
.BgClassName
{
background-color: #A3BDF2;
}
</style>
border-color css
<style>
span { border-color: #A3BDF2; }
span { border-color: rgb(163,189,242); }
td.TdClassName
{
border-color: #A3BDF2;
}
.TagClassName
{
border-color: #A3BDF2;
}
</style>