Shades of Perano #A8B8F3
Tints of Perano #A8B8F3
RGB
CMYK
RGB Variations
Color information
#A8B8F3 (or 0xA8B8F3) is known color: Perano. HEX triplet: A8, B8 and F3. RGB value is (168,184,243). Sum of RGB (Red+Green+Blue) = 168+184+243=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 243 (95.31% from 255 or 40.84% from 595); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8B8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B8F3 is #57470C. Grayscale: #B9B9B9. Windows color (decimal): -5719821 or 15972520. OLE color: 15972520.
HSL color Cylindrical-coordinate representation of color #A8B8F3: hue angle of 227.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8B8F3 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 184 | 243 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.05 |
| HSL | 227.2º | 0.76% | 0.81% | - |
| HSV(B) | 227.2º | 0.31% | 0.95% | - |
| XYZ | 49.47 | 49.08 | 91.66 | - |
| YUV | 185.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 243 | 0.31 | 0.24 | 0 | 0.05 | 227.2 | 0.76 | 0.81 |
| Hex | A8 | B8 | F3 | 1F | 18 | 0 | 5 | E3 | 4C | 51 |
| Octal | 250 | 270 | 363 | 37 | 30 | 0 | 5 | 343 | 114 | 121 |
| Binary | 10101000 | 10111000 | 11110011 | 11111 | 11000 | 0 | 101 | 11100011 | 1001100 | 1010001 |
Color Harmonies of #A8B8F3
Complementary color
Monochromatic Colors of #A8B8F3
Black with #A8B8F3
Text Example
Text Example
White with #A8B8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8F3; }
p { color: rgb(168,184,243); }
H1.HeaderClassName
{
color: #A8B8F3;
}
.AnyTagClassName
{
color: #A8B8F3;
}
</style>
background-color css
<style>
a { background-color: #A8B8F3; }
a { background-color: rgb(168,184,243); }
div.DivClassName
{
background-color: #A8B8F3;
}
.BgClassName
{
background-color: #A8B8F3;
}
</style>
border-color css
<style>
span { border-color: #A8B8F3; }
span { border-color: rgb(168,184,243); }
td.TdClassName
{
border-color: #A8B8F3;
}
.TagClassName
{
border-color: #A8B8F3;
}
</style>