Shades of Periglacial Blue #A8B9B3
Tints of Periglacial Blue #A8B9B3
RGB
CMYK
RGB Variations
Color information
#A8B9B3 (or 0xA8B9B3) is known color: Periglacial Blue. HEX triplet: A8, B9 and B3. RGB value is (168,185,179). Sum of RGB (Red+Green+Blue) = 168+185+179=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9B3 is #57464C. Grayscale: #B3B3B3. Windows color (decimal): -5719629 or 11778472. OLE color: 11778472.
HSL color Cylindrical-coordinate representation of color #A8B9B3: hue angle of 158.82º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B9B3 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 179 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.27 |
| HSL | 158.82º | 0.11% | 0.69% | - |
| HSV(B) | 158.82º | 0.09% | 0.73% | - |
| XYZ | 41.63 | 46.28 | 49.39 | - |
| YUV | 179.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 179 | 0.09 | 0 | 0.03 | 0.27 | 158.82 | 0.11 | 0.69 |
| Hex | A8 | B9 | B3 | 9 | 0 | 3 | 1B | 9F | B | 45 |
| Octal | 250 | 271 | 263 | 11 | 0 | 3 | 33 | 237 | 13 | 105 |
| Binary | 10101000 | 10111001 | 10110011 | 1001 | 0 | 11 | 11011 | 10011111 | 1011 | 1000101 |
Color Harmonies of #A8B9B3
Complementary color
Monochromatic Colors of #A8B9B3
Black with #A8B9B3
Text Example
Text Example
White with #A8B9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B9B3; }
p { color: rgb(168,185,179); }
H1.HeaderClassName
{
color: #A8B9B3;
}
.AnyTagClassName
{
color: #A8B9B3;
}
</style>
background-color css
<style>
a { background-color: #A8B9B3; }
a { background-color: rgb(168,185,179); }
div.DivClassName
{
background-color: #A8B9B3;
}
.BgClassName
{
background-color: #A8B9B3;
}
</style>
border-color css
<style>
span { border-color: #A8B9B3; }
span { border-color: rgb(168,185,179); }
td.TdClassName
{
border-color: #A8B9B3;
}
.TagClassName
{
border-color: #A8B9B3;
}
</style>