Shades of Periglacial Blue #A8BDB3
Tints of Periglacial Blue #A8BDB3
RGB
CMYK
RGB Variations
Color information
#A8BDB3 (or 0xA8BDB3) is known color: Periglacial Blue. HEX triplet: A8, BD and B3. RGB value is (168,189,179). Sum of RGB (Red+Green+Blue) = 168+189+179=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDB3 is #57424C. Grayscale: #B5B5B5. Windows color (decimal): -5718605 or 11779496. OLE color: 11779496.
HSL color Cylindrical-coordinate representation of color #A8BDB3: hue angle of 151.43º degrees, saturation: 0.14, 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 #A8BDB3 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 189 | 179 | - |
CMYK | 0.11 | 0 | 0.05 | 0.26 |
HSL | 151.43º | 0.14% | 0.7% | - |
HSV(B) | 151.43º | 0.11% | 0.74% | - |
XYZ | 42.48 | 47.97 | 49.67 | - |
YUV | 181.58 | 126.54 | 118.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 189 | 179 | 0.11 | 0 | 0.05 | 0.26 | 151.43 | 0.14 | 0.7 |
Hex | A8 | BD | B3 | B | 0 | 5 | 1A | 97 | E | 46 |
Octal | 250 | 275 | 263 | 13 | 0 | 5 | 32 | 227 | 16 | 106 |
Binary | 10101000 | 10111101 | 10110011 | 1011 | 0 | 101 | 11010 | 10010111 | 1110 | 1000110 |
Color Harmonies of #A8BDB3
Complementary color
Monochromatic Colors of #A8BDB3
Black with #A8BDB3
Text Example
Text Example
White with #A8BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDB3; }
p { color: rgb(168,189,179); }
H1.HeaderClassName
{
color: #A8BDB3;
}
.AnyTagClassName
{
color: #A8BDB3;
}
</style>
background-color css
<style>
a { background-color: #A8BDB3; }
a { background-color: rgb(168,189,179); }
div.DivClassName
{
background-color: #A8BDB3;
}
.BgClassName
{
background-color: #A8BDB3;
}
</style>
border-color css
<style>
span { border-color: #A8BDB3; }
span { border-color: rgb(168,189,179); }
td.TdClassName
{
border-color: #A8BDB3;
}
.TagClassName
{
border-color: #A8BDB3;
}
</style>