Shades of Perano #A0BCFB
Tints of Perano #A0BCFB
RGB
CMYK
RGB Variations
Color information
#A0BCFB (or 0xA0BCFB) is known color: Perano. HEX triplet: A0, BC and FB. RGB value is (160,188,251). Sum of RGB (Red+Green+Blue) = 160+188+251=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BCFB is #5F4304. Grayscale: #BABABA. Windows color (decimal): -6243077 or 16497824. OLE color: 16497824.
HSL color Cylindrical-coordinate representation of color #A0BCFB: hue angle of 221.54º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BCFB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 188 | 251 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.02 |
| HSL | 221.54º | 0.92% | 0.81% | - |
| HSV(B) | 221.54º | 0.36% | 0.98% | - |
| XYZ | 49.89 | 50.41 | 98.37 | - |
| YUV | 186.81 | 164.22 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 251 | 0.36 | 0.25 | 0 | 0.02 | 221.54 | 0.92 | 0.81 |
| Hex | A0 | BC | FB | 24 | 19 | 0 | 2 | DE | 5C | 51 |
| Octal | 240 | 274 | 373 | 44 | 31 | 0 | 2 | 336 | 134 | 121 |
| Binary | 10100000 | 10111100 | 11111011 | 100100 | 11001 | 0 | 10 | 11011110 | 1011100 | 1010001 |
Color Harmonies of #A0BCFB
Complementary color
Monochromatic Colors of #A0BCFB
Black with #A0BCFB
Text Example
Text Example
White with #A0BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCFB; }
p { color: rgb(160,188,251); }
H1.HeaderClassName
{
color: #A0BCFB;
}
.AnyTagClassName
{
color: #A0BCFB;
}
</style>
background-color css
<style>
a { background-color: #A0BCFB; }
a { background-color: rgb(160,188,251); }
div.DivClassName
{
background-color: #A0BCFB;
}
.BgClassName
{
background-color: #A0BCFB;
}
</style>
border-color css
<style>
span { border-color: #A0BCFB; }
span { border-color: rgb(160,188,251); }
td.TdClassName
{
border-color: #A0BCFB;
}
.TagClassName
{
border-color: #A0BCFB;
}
</style>