Shades of Perano #A8BCEB
Tints of Perano #A8BCEB
RGB
CMYK
RGB Variations
Color information
#A8BCEB (or 0xA8BCEB) is known color: Perano. HEX triplet: A8, BC and EB. RGB value is (168,188,235). Sum of RGB (Red+Green+Blue) = 168+188+235=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BCEB is #574314. Grayscale: #BBBBBB. Windows color (decimal): -5718805 or 15449256. OLE color: 15449256.
HSL color Cylindrical-coordinate representation of color #A8BCEB: hue angle of 222.09º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BCEB is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 188 | 235 | - |
| CMYK | 0.29 | 0.2 | 0 | 0.08 |
| HSL | 222.09º | 0.63% | 0.79% | - |
| HSV(B) | 222.09º | 0.29% | 0.92% | - |
| XYZ | 49.13 | 50.29 | 85.71 | - |
| YUV | 187.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 235 | 0.29 | 0.2 | 0 | 0.08 | 222.09 | 0.63 | 0.79 |
| Hex | A8 | BC | EB | 1D | 14 | 0 | 8 | DE | 3F | 4F |
| Octal | 250 | 274 | 353 | 35 | 24 | 0 | 10 | 336 | 77 | 117 |
| Binary | 10101000 | 10111100 | 11101011 | 11101 | 10100 | 0 | 1000 | 11011110 | 111111 | 1001111 |
Color Harmonies of #A8BCEB
Complementary color
Monochromatic Colors of #A8BCEB
Black with #A8BCEB
Text Example
Text Example
White with #A8BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCEB; }
p { color: rgb(168,188,235); }
H1.HeaderClassName
{
color: #A8BCEB;
}
.AnyTagClassName
{
color: #A8BCEB;
}
</style>
background-color css
<style>
a { background-color: #A8BCEB; }
a { background-color: rgb(168,188,235); }
div.DivClassName
{
background-color: #A8BCEB;
}
.BgClassName
{
background-color: #A8BCEB;
}
</style>
border-color css
<style>
span { border-color: #A8BCEB; }
span { border-color: rgb(168,188,235); }
td.TdClassName
{
border-color: #A8BCEB;
}
.TagClassName
{
border-color: #A8BCEB;
}
</style>