Shades of Periglacial Blue #A8BAB2
Tints of Periglacial Blue #A8BAB2
RGB
CMYK
RGB Variations
Color information
#A8BAB2 (or 0xA8BAB2) is known color: Periglacial Blue. HEX triplet: A8, BA and B2. RGB value is (168,186,178). Sum of RGB (Red+Green+Blue) = 168+186+178=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAB2 is #57454D. Grayscale: #B3B3B3. Windows color (decimal): -5719374 or 11713192. OLE color: 11713192.
HSL color Cylindrical-coordinate representation of color #A8BAB2: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BAB2 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 178 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.27 |
| HSL | 153.33º | 0.12% | 0.69% | - |
| HSV(B) | 153.33º | 0.1% | 0.73% | - |
| XYZ | 41.74 | 46.66 | 48.93 | - |
| YUV | 179.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 178 | 0.10 | 0 | 0.04 | 0.27 | 153.33 | 0.12 | 0.69 |
| Hex | A8 | BA | B2 | A | 0 | 4 | 1B | 99 | C | 45 |
| Octal | 250 | 272 | 262 | 12 | 0 | 4 | 33 | 231 | 14 | 105 |
| Binary | 10101000 | 10111010 | 10110010 | 1010 | 0 | 100 | 11011 | 10011001 | 1100 | 1000101 |
Color Harmonies of #A8BAB2
Complementary color
Monochromatic Colors of #A8BAB2
Black with #A8BAB2
Text Example
Text Example
White with #A8BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAB2; }
p { color: rgb(168,186,178); }
H1.HeaderClassName
{
color: #A8BAB2;
}
.AnyTagClassName
{
color: #A8BAB2;
}
</style>
background-color css
<style>
a { background-color: #A8BAB2; }
a { background-color: rgb(168,186,178); }
div.DivClassName
{
background-color: #A8BAB2;
}
.BgClassName
{
background-color: #A8BAB2;
}
</style>
border-color css
<style>
span { border-color: #A8BAB2; }
span { border-color: rgb(168,186,178); }
td.TdClassName
{
border-color: #A8BAB2;
}
.TagClassName
{
border-color: #A8BAB2;
}
</style>