Shades of Spring Rain #ABBBA5
Tints of Spring Rain #ABBBA5
RGB
CMYK
RGB Variations
Color information
#ABBBA5 (or 0xABBBA5) is known color: Spring Rain. HEX triplet: AB, BB and A5. RGB value is (171,187,165). Sum of RGB (Red+Green+Blue) = 171+187+165=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBA5 is #54445A. Grayscale: #B3B3B3. Windows color (decimal): -5522523 or 10861483. OLE color: 10861483.
HSL color Cylindrical-coordinate representation of color #ABBBA5: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBBA5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
RGB | 171 | 187 | 165 | - |
CMYK | 0.09 | 0 | 0.12 | 0.27 |
HSL | 103.64º | 0.14% | 0.69% | - |
HSV(B) | 103.64º | 0.12% | 0.73% | - |
XYZ | 41.36 | 46.92 | 42.47 | - |
YUV | 179.71 | 119.7 | 121.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 187 | 165 | 0.09 | 0 | 0.12 | 0.27 | 103.64 | 0.14 | 0.69 |
Hex | AB | BB | A5 | 9 | 0 | C | 1B | 68 | E | 45 |
Octal | 253 | 273 | 245 | 11 | 0 | 14 | 33 | 150 | 16 | 105 |
Binary | 10101011 | 10111011 | 10100101 | 1001 | 0 | 1100 | 11011 | 1101000 | 1110 | 1000101 |
Color Harmonies of #ABBBA5
Complementary color
Monochromatic Colors of #ABBBA5
Black with #ABBBA5
Text Example
Text Example
White with #ABBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBA5; }
p { color: rgb(171,187,165); }
H1.HeaderClassName
{
color: #ABBBA5;
}
.AnyTagClassName
{
color: #ABBBA5;
}
</style>
background-color css
<style>
a { background-color: #ABBBA5; }
a { background-color: rgb(171,187,165); }
div.DivClassName
{
background-color: #ABBBA5;
}
.BgClassName
{
background-color: #ABBBA5;
}
</style>
border-color css
<style>
span { border-color: #ABBBA5; }
span { border-color: rgb(171,187,165); }
td.TdClassName
{
border-color: #ABBBA5;
}
.TagClassName
{
border-color: #ABBBA5;
}
</style>