Shades of Periglacial Blue #A8BBB5
Tints of Periglacial Blue #A8BBB5
RGB
CMYK
RGB Variations
Color information
#A8BBB5 (or 0xA8BBB5) is known color: Periglacial Blue. HEX triplet: A8, BB and B5. RGB value is (168,187,181). Sum of RGB (Red+Green+Blue) = 168+187+181=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBB5 is #57444A. Grayscale: #B4B4B4. Windows color (decimal): -5719115 or 11910056. OLE color: 11910056.
HSL color Cylindrical-coordinate representation of color #A8BBB5: hue angle of 161.05º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBB5 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 187 | 181 | - |
CMYK | 0.10 | 0 | 0.03 | 0.27 |
HSL | 161.05º | 0.12% | 0.7% | - |
HSV(B) | 161.05º | 0.1% | 0.73% | - |
XYZ | 42.26 | 47.2 | 50.6 | - |
YUV | 180.64 | 128.21 | 118.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 187 | 181 | 0.10 | 0 | 0.03 | 0.27 | 161.05 | 0.12 | 0.7 |
Hex | A8 | BB | B5 | A | 0 | 3 | 1B | A1 | C | 46 |
Octal | 250 | 273 | 265 | 12 | 0 | 3 | 33 | 241 | 14 | 106 |
Binary | 10101000 | 10111011 | 10110101 | 1010 | 0 | 11 | 11011 | 10100001 | 1100 | 1000110 |
Color Harmonies of #A8BBB5
Complementary color
Monochromatic Colors of #A8BBB5
Black with #A8BBB5
Text Example
Text Example
White with #A8BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBB5; }
p { color: rgb(168,187,181); }
H1.HeaderClassName
{
color: #A8BBB5;
}
.AnyTagClassName
{
color: #A8BBB5;
}
</style>
background-color css
<style>
a { background-color: #A8BBB5; }
a { background-color: rgb(168,187,181); }
div.DivClassName
{
background-color: #A8BBB5;
}
.BgClassName
{
background-color: #A8BBB5;
}
</style>
border-color css
<style>
span { border-color: #A8BBB5; }
span { border-color: rgb(168,187,181); }
td.TdClassName
{
border-color: #A8BBB5;
}
.TagClassName
{
border-color: #A8BBB5;
}
</style>