Shades of Periglacial Blue #ADBDB7
Tints of Periglacial Blue #ADBDB7
RGB
CMYK
RGB Variations
Color information
#ADBDB7 (or 0xADBDB7) is known color: Periglacial Blue. HEX triplet: AD, BD and B7. RGB value is (173,189,183). Sum of RGB (Red+Green+Blue) = 173+189+183=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDB7 is #524248. Grayscale: #B7B7B7. Windows color (decimal): -5390921 or 12041645. OLE color: 12041645.
HSL color Cylindrical-coordinate representation of color #ADBDB7: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDB7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 183 | - |
CMYK | 0.08 | 0 | 0.03 | 0.26 |
HSL | 157.5º | 0.11% | 0.71% | - |
HSV(B) | 157.5º | 0.08% | 0.74% | - |
XYZ | 43.98 | 48.7 | 51.88 | - |
YUV | 183.53 | 127.7 | 120.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 183 | 0.08 | 0 | 0.03 | 0.26 | 157.5 | 0.11 | 0.71 |
Hex | AD | BD | B7 | 8 | 0 | 3 | 1A | 9E | B | 47 |
Octal | 255 | 275 | 267 | 10 | 0 | 3 | 32 | 236 | 13 | 107 |
Binary | 10101101 | 10111101 | 10110111 | 1000 | 0 | 11 | 11010 | 10011110 | 1011 | 1000111 |
Color Harmonies of #ADBDB7
Complementary color
Monochromatic Colors of #ADBDB7
Black with #ADBDB7
Text Example
Text Example
White with #ADBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDB7; }
p { color: rgb(173,189,183); }
H1.HeaderClassName
{
color: #ADBDB7;
}
.AnyTagClassName
{
color: #ADBDB7;
}
</style>
background-color css
<style>
a { background-color: #ADBDB7; }
a { background-color: rgb(173,189,183); }
div.DivClassName
{
background-color: #ADBDB7;
}
.BgClassName
{
background-color: #ADBDB7;
}
</style>
border-color css
<style>
span { border-color: #ADBDB7; }
span { border-color: rgb(173,189,183); }
td.TdClassName
{
border-color: #ADBDB7;
}
.TagClassName
{
border-color: #ADBDB7;
}
</style>