Shades of Spring Rain #A8BDA6
Tints of Spring Rain #A8BDA6
RGB
CMYK
RGB Variations
Color information
#A8BDA6 (or 0xA8BDA6) is known color: Spring Rain. HEX triplet: A8, BD and A6. RGB value is (168,189,166). Sum of RGB (Red+Green+Blue) = 168+189+166=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDA6 is #574259. Grayscale: #B4B4B4. Windows color (decimal): -5718618 or 10927528. OLE color: 10927528.
HSL color Cylindrical-coordinate representation of color #A8BDA6: hue angle of 114.78º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BDA6 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 189 | 166 | - |
CMYK | 0.11 | 0 | 0.12 | 0.26 |
HSL | 114.78º | 0.15% | 0.7% | - |
HSV(B) | 114.78º | 0.12% | 0.74% | - |
XYZ | 41.23 | 47.47 | 43.07 | - |
YUV | 180.1 | 120.04 | 119.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 189 | 166 | 0.11 | 0 | 0.12 | 0.26 | 114.78 | 0.15 | 0.7 |
Hex | A8 | BD | A6 | B | 0 | C | 1A | 73 | F | 46 |
Octal | 250 | 275 | 246 | 13 | 0 | 14 | 32 | 163 | 17 | 106 |
Binary | 10101000 | 10111101 | 10100110 | 1011 | 0 | 1100 | 11010 | 1110011 | 1111 | 1000110 |
Color Harmonies of #A8BDA6
Complementary color
Monochromatic Colors of #A8BDA6
Black with #A8BDA6
Text Example
Text Example
White with #A8BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDA6; }
p { color: rgb(168,189,166); }
H1.HeaderClassName
{
color: #A8BDA6;
}
.AnyTagClassName
{
color: #A8BDA6;
}
</style>
background-color css
<style>
a { background-color: #A8BDA6; }
a { background-color: rgb(168,189,166); }
div.DivClassName
{
background-color: #A8BDA6;
}
.BgClassName
{
background-color: #A8BDA6;
}
</style>
border-color css
<style>
span { border-color: #A8BDA6; }
span { border-color: rgb(168,189,166); }
td.TdClassName
{
border-color: #A8BDA6;
}
.TagClassName
{
border-color: #A8BDA6;
}
</style>