Shades of Loblolly #A8BDB0
Tints of Loblolly #A8BDB0
RGB
CMYK
RGB Variations
Color information
#A8BDB0 (or 0xA8BDB0) is known color: Loblolly. HEX triplet: A8, BD and B0. RGB value is (168,189,176). Sum of RGB (Red+Green+Blue) = 168+189+176=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDB0 is #57424F. Grayscale: #B5B5B5. Windows color (decimal): -5718608 or 11582888. OLE color: 11582888.
HSL color Cylindrical-coordinate representation of color #A8BDB0: hue angle of 142.86º 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 #A8BDB0 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 189 | 176 | - |
CMYK | 0.11 | 0 | 0.07 | 0.26 |
HSL | 142.86º | 0.14% | 0.7% | - |
HSV(B) | 142.86º | 0.11% | 0.74% | - |
XYZ | 42.18 | 47.85 | 48.09 | - |
YUV | 181.24 | 125.04 | 118.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 189 | 176 | 0.11 | 0 | 0.07 | 0.26 | 142.86 | 0.14 | 0.7 |
Hex | A8 | BD | B0 | B | 0 | 7 | 1A | 8F | E | 46 |
Octal | 250 | 275 | 260 | 13 | 0 | 7 | 32 | 217 | 16 | 106 |
Binary | 10101000 | 10111101 | 10110000 | 1011 | 0 | 111 | 11010 | 10001111 | 1110 | 1000110 |
Color Harmonies of #A8BDB0
Complementary color
Monochromatic Colors of #A8BDB0
Black with #A8BDB0
Text Example
Text Example
White with #A8BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDB0; }
p { color: rgb(168,189,176); }
H1.HeaderClassName
{
color: #A8BDB0;
}
.AnyTagClassName
{
color: #A8BDB0;
}
</style>
background-color css
<style>
a { background-color: #A8BDB0; }
a { background-color: rgb(168,189,176); }
div.DivClassName
{
background-color: #A8BDB0;
}
.BgClassName
{
background-color: #A8BDB0;
}
</style>
border-color css
<style>
span { border-color: #A8BDB0; }
span { border-color: rgb(168,189,176); }
td.TdClassName
{
border-color: #A8BDB0;
}
.TagClassName
{
border-color: #A8BDB0;
}
</style>