Shades of Perano #A8BDEC
Tints of Perano #A8BDEC
RGB
CMYK
RGB Variations
Color information
#A8BDEC (or 0xA8BDEC) is known color: Perano. HEX triplet: A8, BD and EC. RGB value is (168,189,236). Sum of RGB (Red+Green+Blue) = 168+189+236=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8BDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BDEC is #574213. Grayscale: #BBBBBB. Windows color (decimal): -5718548 or 15515048. OLE color: 15515048.
HSL color Cylindrical-coordinate representation of color #A8BDEC: hue angle of 221.47º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BDEC is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 189 | 236 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.07 |
| HSL | 221.47º | 0.64% | 0.79% | - |
| HSV(B) | 221.47º | 0.29% | 0.93% | - |
| XYZ | 49.49 | 50.78 | 86.55 | - |
| YUV | 188.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 236 | 0.29 | 0.20 | 0 | 0.07 | 221.47 | 0.64 | 0.79 |
| Hex | A8 | BD | EC | 1D | 14 | 0 | 7 | DD | 40 | 4F |
| Octal | 250 | 275 | 354 | 35 | 24 | 0 | 7 | 335 | 100 | 117 |
| Binary | 10101000 | 10111101 | 11101100 | 11101 | 10100 | 0 | 111 | 11011101 | 1000000 | 1001111 |
Color Harmonies of #A8BDEC
Complementary color
Monochromatic Colors of #A8BDEC
Black with #A8BDEC
Text Example
Text Example
White with #A8BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDEC; }
p { color: rgb(168,189,236); }
H1.HeaderClassName
{
color: #A8BDEC;
}
.AnyTagClassName
{
color: #A8BDEC;
}
</style>
background-color css
<style>
a { background-color: #A8BDEC; }
a { background-color: rgb(168,189,236); }
div.DivClassName
{
background-color: #A8BDEC;
}
.BgClassName
{
background-color: #A8BDEC;
}
</style>
border-color css
<style>
span { border-color: #A8BDEC; }
span { border-color: rgb(168,189,236); }
td.TdClassName
{
border-color: #A8BDEC;
}
.TagClassName
{
border-color: #A8BDEC;
}
</style>