Shades of Perano #A8BCFC
Tints of Perano #A8BCFC
RGB
CMYK
RGB Variations
Color information
#A8BCFC (or 0xA8BCFC) is known color: Perano. HEX triplet: A8, BC and FC. RGB value is (168,188,252). Sum of RGB (Red+Green+Blue) = 168+188+252=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BCFC is #574303. Grayscale: #BDBDBD. Windows color (decimal): -5718788 or 16563368. OLE color: 16563368.
HSL color Cylindrical-coordinate representation of color #A8BCFC: hue angle of 225.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BCFC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 188 | 252 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.01 |
| HSL | 225.71º | 0.93% | 0.82% | - |
| HSV(B) | 225.71º | 0.33% | 0.99% | - |
| XYZ | 51.7 | 51.32 | 99.28 | - |
| YUV | 189.32 | 163.37 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 252 | 0.33 | 0.25 | 0 | 0.01 | 225.71 | 0.93 | 0.82 |
| Hex | A8 | BC | FC | 21 | 19 | 0 | 1 | E2 | 5D | 52 |
| Octal | 250 | 274 | 374 | 41 | 31 | 0 | 1 | 342 | 135 | 122 |
| Binary | 10101000 | 10111100 | 11111100 | 100001 | 11001 | 0 | 1 | 11100010 | 1011101 | 1010010 |
Color Harmonies of #A8BCFC
Complementary color
Monochromatic Colors of #A8BCFC
Black with #A8BCFC
Text Example
Text Example
White with #A8BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCFC; }
p { color: rgb(168,188,252); }
H1.HeaderClassName
{
color: #A8BCFC;
}
.AnyTagClassName
{
color: #A8BCFC;
}
</style>
background-color css
<style>
a { background-color: #A8BCFC; }
a { background-color: rgb(168,188,252); }
div.DivClassName
{
background-color: #A8BCFC;
}
.BgClassName
{
background-color: #A8BCFC;
}
</style>
border-color css
<style>
span { border-color: #A8BCFC; }
span { border-color: rgb(168,188,252); }
td.TdClassName
{
border-color: #A8BCFC;
}
.TagClassName
{
border-color: #A8BCFC;
}
</style>