Shades of Heather #A8BDC3
Tints of Heather #A8BDC3
RGB
CMYK
RGB Variations
Color information
#A8BDC3 (or 0xA8BDC3) is known color: Heather. HEX triplet: A8, BD and C3. RGB value is (168,189,195). Sum of RGB (Red+Green+Blue) = 168+189+195=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #A8BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDC3 is #57423C. Grayscale: #B7B7B7. Windows color (decimal): -5718589 or 12828072. OLE color: 12828072.
HSL color Cylindrical-coordinate representation of color #A8BDC3: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8BDC3 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 168 | 189 | 195 | - |
CMYK | 0.14 | 0.03 | 0 | 0.24 |
HSL | 193.33º | 0.18% | 0.71% | - |
HSV(B) | 193.33º | 0.14% | 0.76% | - |
XYZ | 44.2 | 48.66 | 58.69 | - |
YUV | 183.41 | 134.54 | 117.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 189 | 195 | 0.14 | 0.03 | 0 | 0.24 | 193.33 | 0.18 | 0.71 |
Hex | A8 | BD | C3 | E | 3 | 0 | 18 | C1 | 12 | 47 |
Octal | 250 | 275 | 303 | 16 | 3 | 0 | 30 | 301 | 22 | 107 |
Binary | 10101000 | 10111101 | 11000011 | 1110 | 11 | 0 | 11000 | 11000001 | 10010 | 1000111 |
Color Harmonies of #A8BDC3
Complementary color
Monochromatic Colors of #A8BDC3
Black with #A8BDC3
Text Example
Text Example
White with #A8BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDC3; }
p { color: rgb(168,189,195); }
H1.HeaderClassName
{
color: #A8BDC3;
}
.AnyTagClassName
{
color: #A8BDC3;
}
</style>
background-color css
<style>
a { background-color: #A8BDC3; }
a { background-color: rgb(168,189,195); }
div.DivClassName
{
background-color: #A8BDC3;
}
.BgClassName
{
background-color: #A8BDC3;
}
</style>
border-color css
<style>
span { border-color: #A8BDC3; }
span { border-color: rgb(168,189,195); }
td.TdClassName
{
border-color: #A8BDC3;
}
.TagClassName
{
border-color: #A8BDC3;
}
</style>