Shades of Perano #A2BDFC
Tints of Perano #A2BDFC
RGB
CMYK
RGB Variations
Color information
#A2BDFC (or 0xA2BDFC) is known color: Perano. HEX triplet: A2, BD and FC. RGB value is (162,189,252). Sum of RGB (Red+Green+Blue) = 162+189+252=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BDFC is #5D4203. Grayscale: #BBBBBB. Windows color (decimal): -6111748 or 16563618. OLE color: 16563618.
HSL color Cylindrical-coordinate representation of color #A2BDFC: hue angle of 222º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2BDFC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 189 | 252 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.01 |
| HSL | 222º | 0.94% | 0.81% | - |
| HSV(B) | 222º | 0.36% | 0.99% | - |
| XYZ | 50.67 | 51.1 | 99.29 | - |
| YUV | 188.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 252 | 0.36 | 0.25 | 0 | 0.01 | 222 | 0.94 | 0.81 |
| Hex | A2 | BD | FC | 24 | 19 | 0 | 1 | DE | 5E | 51 |
| Octal | 242 | 275 | 374 | 44 | 31 | 0 | 1 | 336 | 136 | 121 |
| Binary | 10100010 | 10111101 | 11111100 | 100100 | 11001 | 0 | 1 | 11011110 | 1011110 | 1010001 |
Color Harmonies of #A2BDFC
Complementary color
Monochromatic Colors of #A2BDFC
Black with #A2BDFC
Text Example
Text Example
White with #A2BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDFC; }
p { color: rgb(162,189,252); }
H1.HeaderClassName
{
color: #A2BDFC;
}
.AnyTagClassName
{
color: #A2BDFC;
}
</style>
background-color css
<style>
a { background-color: #A2BDFC; }
a { background-color: rgb(162,189,252); }
div.DivClassName
{
background-color: #A2BDFC;
}
.BgClassName
{
background-color: #A2BDFC;
}
</style>
border-color css
<style>
span { border-color: #A2BDFC; }
span { border-color: rgb(162,189,252); }
td.TdClassName
{
border-color: #A2BDFC;
}
.TagClassName
{
border-color: #A2BDFC;
}
</style>