Shades of Perano #A0BDF3
Tints of Perano #A0BDF3
RGB
CMYK
RGB Variations
Color information
#A0BDF3 (or 0xA0BDF3) is known color: Perano. HEX triplet: A0, BD and F3. RGB value is (160,189,243). Sum of RGB (Red+Green+Blue) = 160+189+243=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 243 (95.31% from 255 or 41.05% from 592); Max value from RGB is 243 - color contains mainly: blue. Hex color #A0BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDF3 is #5F420C. Grayscale: #BABABA. Windows color (decimal): -6242829 or 15973792. OLE color: 15973792.
HSL color Cylindrical-coordinate representation of color #A0BDF3: hue angle of 219.04º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0BDF3 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 189 | 243 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.05 |
| HSL | 219.04º | 0.78% | 0.79% | - |
| HSV(B) | 219.04º | 0.34% | 0.95% | - |
| XYZ | 48.87 | 50.34 | 91.93 | - |
| YUV | 186.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 243 | 0.34 | 0.22 | 0 | 0.05 | 219.04 | 0.78 | 0.79 |
| Hex | A0 | BD | F3 | 22 | 16 | 0 | 5 | DB | 4E | 4F |
| Octal | 240 | 275 | 363 | 42 | 26 | 0 | 5 | 333 | 116 | 117 |
| Binary | 10100000 | 10111101 | 11110011 | 100010 | 10110 | 0 | 101 | 11011011 | 1001110 | 1001111 |
Color Harmonies of #A0BDF3
Complementary color
Monochromatic Colors of #A0BDF3
Black with #A0BDF3
Text Example
Text Example
White with #A0BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BDF3; }
p { color: rgb(160,189,243); }
H1.HeaderClassName
{
color: #A0BDF3;
}
.AnyTagClassName
{
color: #A0BDF3;
}
</style>
background-color css
<style>
a { background-color: #A0BDF3; }
a { background-color: rgb(160,189,243); }
div.DivClassName
{
background-color: #A0BDF3;
}
.BgClassName
{
background-color: #A0BDF3;
}
</style>
border-color css
<style>
span { border-color: #A0BDF3; }
span { border-color: rgb(160,189,243); }
td.TdClassName
{
border-color: #A0BDF3;
}
.TagClassName
{
border-color: #A0BDF3;
}
</style>