Shades of Perano #A8BBEB
Tints of Perano #A8BBEB
RGB
CMYK
RGB Variations
Color information
#A8BBEB (or 0xA8BBEB) is known color: Perano. HEX triplet: A8, BB and EB. RGB value is (168,187,235). Sum of RGB (Red+Green+Blue) = 168+187+235=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BBEB is #574414. Grayscale: #BABABA. Windows color (decimal): -5719061 or 15449000. OLE color: 15449000.
HSL color Cylindrical-coordinate representation of color #A8BBEB: hue angle of 222.99º 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 #A8BBEB is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 187 | 235 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.08 |
| HSL | 222.99º | 0.63% | 0.79% | - |
| HSV(B) | 222.99º | 0.29% | 0.92% | - |
| XYZ | 48.91 | 49.86 | 85.64 | - |
| YUV | 186.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 235 | 0.29 | 0.20 | 0 | 0.08 | 222.99 | 0.63 | 0.79 |
| Hex | A8 | BB | EB | 1D | 14 | 0 | 8 | DF | 3F | 4F |
| Octal | 250 | 273 | 353 | 35 | 24 | 0 | 10 | 337 | 77 | 117 |
| Binary | 10101000 | 10111011 | 11101011 | 11101 | 10100 | 0 | 1000 | 11011111 | 111111 | 1001111 |
Color Harmonies of #A8BBEB
Complementary color
Monochromatic Colors of #A8BBEB
Black with #A8BBEB
Text Example
Text Example
White with #A8BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBEB; }
p { color: rgb(168,187,235); }
H1.HeaderClassName
{
color: #A8BBEB;
}
.AnyTagClassName
{
color: #A8BBEB;
}
</style>
background-color css
<style>
a { background-color: #A8BBEB; }
a { background-color: rgb(168,187,235); }
div.DivClassName
{
background-color: #A8BBEB;
}
.BgClassName
{
background-color: #A8BBEB;
}
</style>
border-color css
<style>
span { border-color: #A8BBEB; }
span { border-color: rgb(168,187,235); }
td.TdClassName
{
border-color: #A8BBEB;
}
.TagClassName
{
border-color: #A8BBEB;
}
</style>