Shades of Loblolly #A8BDB1
Tints of Loblolly #A8BDB1
RGB
CMYK
RGB Variations
Color information
#A8BDB1 (or 0xA8BDB1) is known color: Loblolly. HEX triplet: A8, BD and B1. RGB value is (168,189,177). Sum of RGB (Red+Green+Blue) = 168+189+177=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDB1 is #57424E. Grayscale: #B5B5B5. Windows color (decimal): -5718607 or 11648424. OLE color: 11648424.
HSL color Cylindrical-coordinate representation of color #A8BDB1: hue angle of 145.71º 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 #A8BDB1 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 189 | 177 | - |
CMYK | 0.11 | 0 | 0.06 | 0.26 |
HSL | 145.71º | 0.14% | 0.7% | - |
HSV(B) | 145.71º | 0.11% | 0.74% | - |
XYZ | 42.28 | 47.89 | 48.61 | - |
YUV | 181.35 | 125.54 | 118.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 189 | 177 | 0.11 | 0 | 0.06 | 0.26 | 145.71 | 0.14 | 0.7 |
Hex | A8 | BD | B1 | B | 0 | 6 | 1A | 92 | E | 46 |
Octal | 250 | 275 | 261 | 13 | 0 | 6 | 32 | 222 | 16 | 106 |
Binary | 10101000 | 10111101 | 10110001 | 1011 | 0 | 110 | 11010 | 10010010 | 1110 | 1000110 |
Color Harmonies of #A8BDB1
Complementary color
Monochromatic Colors of #A8BDB1
Black with #A8BDB1
Text Example
Text Example
White with #A8BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDB1; }
p { color: rgb(168,189,177); }
H1.HeaderClassName
{
color: #A8BDB1;
}
.AnyTagClassName
{
color: #A8BDB1;
}
</style>
background-color css
<style>
a { background-color: #A8BDB1; }
a { background-color: rgb(168,189,177); }
div.DivClassName
{
background-color: #A8BDB1;
}
.BgClassName
{
background-color: #A8BDB1;
}
</style>
border-color css
<style>
span { border-color: #A8BDB1; }
span { border-color: rgb(168,189,177); }
td.TdClassName
{
border-color: #A8BDB1;
}
.TagClassName
{
border-color: #A8BDB1;
}
</style>