Shades of Periglacial Blue #A8BCB4
Tints of Periglacial Blue #A8BCB4
RGB
CMYK
RGB Variations
Color information
#A8BCB4 (or 0xA8BCB4) is known color: Periglacial Blue. HEX triplet: A8, BC and B4. RGB value is (168,188,180). Sum of RGB (Red+Green+Blue) = 168+188+180=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCB4 is #57434B. Grayscale: #B5B5B5. Windows color (decimal): -5718860 or 11844776. OLE color: 11844776.
HSL color Cylindrical-coordinate representation of color #A8BCB4: hue angle of 156º 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 #A8BCB4 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 188 | 180 | - |
CMYK | 0.11 | 0 | 0.04 | 0.26 |
HSL | 156º | 0.13% | 0.7% | - |
HSV(B) | 156º | 0.11% | 0.74% | - |
XYZ | 42.37 | 47.59 | 50.13 | - |
YUV | 181.11 | 127.37 | 118.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 188 | 180 | 0.11 | 0 | 0.04 | 0.26 | 156 | 0.13 | 0.7 |
Hex | A8 | BC | B4 | B | 0 | 4 | 1A | 9C | D | 46 |
Octal | 250 | 274 | 264 | 13 | 0 | 4 | 32 | 234 | 15 | 106 |
Binary | 10101000 | 10111100 | 10110100 | 1011 | 0 | 100 | 11010 | 10011100 | 1101 | 1000110 |
Color Harmonies of #A8BCB4
Complementary color
Monochromatic Colors of #A8BCB4
Black with #A8BCB4
Text Example
Text Example
White with #A8BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCB4; }
p { color: rgb(168,188,180); }
H1.HeaderClassName
{
color: #A8BCB4;
}
.AnyTagClassName
{
color: #A8BCB4;
}
</style>
background-color css
<style>
a { background-color: #A8BCB4; }
a { background-color: rgb(168,188,180); }
div.DivClassName
{
background-color: #A8BCB4;
}
.BgClassName
{
background-color: #A8BCB4;
}
</style>
border-color css
<style>
span { border-color: #A8BCB4; }
span { border-color: rgb(168,188,180); }
td.TdClassName
{
border-color: #A8BCB4;
}
.TagClassName
{
border-color: #A8BCB4;
}
</style>