Shades of Periglacial Blue #A8BCB3
Tints of Periglacial Blue #A8BCB3
RGB
CMYK
RGB Variations
Color information
#A8BCB3 (or 0xA8BCB3) is known color: Periglacial Blue. HEX triplet: A8, BC and B3. RGB value is (168,188,179). Sum of RGB (Red+Green+Blue) = 168+188+179=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCB3 is #57434C. Grayscale: #B5B5B5. Windows color (decimal): -5718861 or 11779240. OLE color: 11779240.
HSL color Cylindrical-coordinate representation of color #A8BCB3: hue angle of 153º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BCB3 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 179 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.26 |
| HSL | 153º | 0.13% | 0.7% | - |
| HSV(B) | 153º | 0.11% | 0.74% | - |
| XYZ | 42.27 | 47.55 | 49.6 | - |
| YUV | 180.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 179 | 0.11 | 0 | 0.05 | 0.26 | 153 | 0.13 | 0.7 |
| Hex | A8 | BC | B3 | B | 0 | 5 | 1A | 99 | D | 46 |
| Octal | 250 | 274 | 263 | 13 | 0 | 5 | 32 | 231 | 15 | 106 |
| Binary | 10101000 | 10111100 | 10110011 | 1011 | 0 | 101 | 11010 | 10011001 | 1101 | 1000110 |
Color Harmonies of #A8BCB3
Complementary color
Monochromatic Colors of #A8BCB3
Black with #A8BCB3
Text Example
Text Example
White with #A8BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCB3; }
p { color: rgb(168,188,179); }
H1.HeaderClassName
{
color: #A8BCB3;
}
.AnyTagClassName
{
color: #A8BCB3;
}
</style>
background-color css
<style>
a { background-color: #A8BCB3; }
a { background-color: rgb(168,188,179); }
div.DivClassName
{
background-color: #A8BCB3;
}
.BgClassName
{
background-color: #A8BCB3;
}
</style>
border-color css
<style>
span { border-color: #A8BCB3; }
span { border-color: rgb(168,188,179); }
td.TdClassName
{
border-color: #A8BCB3;
}
.TagClassName
{
border-color: #A8BCB3;
}
</style>