Shades of Perano #A8BAFB
Tints of Perano #A8BAFB
RGB
CMYK
RGB Variations
Color information
#A8BAFB (or 0xA8BAFB) is known color: Perano. HEX triplet: A8, BA and FB. RGB value is (168,186,251). Sum of RGB (Red+Green+Blue) = 168+186+251=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8BAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BAFB is #574504. Grayscale: #BBBBBB. Windows color (decimal): -5719301 or 16497320. OLE color: 16497320.
HSL color Cylindrical-coordinate representation of color #A8BAFB: hue angle of 226.99º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BAFB is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 186 | 251 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.02 |
| HSL | 226.99º | 0.91% | 0.82% | - |
| HSV(B) | 226.99º | 0.33% | 0.98% | - |
| XYZ | 51.12 | 50.41 | 98.3 | - |
| YUV | 188.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 251 | 0.33 | 0.26 | 0 | 0.02 | 226.99 | 0.91 | 0.82 |
| Hex | A8 | BA | FB | 21 | 1A | 0 | 2 | E3 | 5B | 52 |
| Octal | 250 | 272 | 373 | 41 | 32 | 0 | 2 | 343 | 133 | 122 |
| Binary | 10101000 | 10111010 | 11111011 | 100001 | 11010 | 0 | 10 | 11100011 | 1011011 | 1010010 |
Color Harmonies of #A8BAFB
Complementary color
Monochromatic Colors of #A8BAFB
Black with #A8BAFB
Text Example
Text Example
White with #A8BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAFB; }
p { color: rgb(168,186,251); }
H1.HeaderClassName
{
color: #A8BAFB;
}
.AnyTagClassName
{
color: #A8BAFB;
}
</style>
background-color css
<style>
a { background-color: #A8BAFB; }
a { background-color: rgb(168,186,251); }
div.DivClassName
{
background-color: #A8BAFB;
}
.BgClassName
{
background-color: #A8BAFB;
}
</style>
border-color css
<style>
span { border-color: #A8BAFB; }
span { border-color: rgb(168,186,251); }
td.TdClassName
{
border-color: #A8BAFB;
}
.TagClassName
{
border-color: #A8BAFB;
}
</style>