Shades of Periglacial Blue #A3BCB3
Tints of Periglacial Blue #A3BCB3
RGB
CMYK
RGB Variations
Color information
#A3BCB3 (or 0xA3BCB3) is known color: Periglacial Blue. HEX triplet: A3, BC and B3. RGB value is (163,188,179). Sum of RGB (Red+Green+Blue) = 163+188+179=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCB3 is #5C434C. Grayscale: #B3B3B3. Windows color (decimal): -6046541 or 11779235. OLE color: 11779235.
HSL color Cylindrical-coordinate representation of color #A3BCB3: hue angle of 158.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCB3 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 179 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.26 |
| HSL | 158.4º | 0.16% | 0.69% | - |
| HSV(B) | 158.4º | 0.13% | 0.74% | - |
| XYZ | 41.22 | 47.01 | 49.55 | - |
| YUV | 179.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 179 | 0.13 | 0 | 0.05 | 0.26 | 158.4 | 0.16 | 0.69 |
| Hex | A3 | BC | B3 | D | 0 | 5 | 1A | 9E | 10 | 45 |
| Octal | 243 | 274 | 263 | 15 | 0 | 5 | 32 | 236 | 20 | 105 |
| Binary | 10100011 | 10111100 | 10110011 | 1101 | 0 | 101 | 11010 | 10011110 | 10000 | 1000101 |
Color Harmonies of #A3BCB3
Complementary color
Monochromatic Colors of #A3BCB3
Black with #A3BCB3
Text Example
Text Example
White with #A3BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCB3; }
p { color: rgb(163,188,179); }
H1.HeaderClassName
{
color: #A3BCB3;
}
.AnyTagClassName
{
color: #A3BCB3;
}
</style>
background-color css
<style>
a { background-color: #A3BCB3; }
a { background-color: rgb(163,188,179); }
div.DivClassName
{
background-color: #A3BCB3;
}
.BgClassName
{
background-color: #A3BCB3;
}
</style>
border-color css
<style>
span { border-color: #A3BCB3; }
span { border-color: rgb(163,188,179); }
td.TdClassName
{
border-color: #A3BCB3;
}
.TagClassName
{
border-color: #A3BCB3;
}
</style>