Shades of Spring Rain #B0CCA4
Tints of Spring Rain #B0CCA4
RGB
CMYK
RGB Variations
Color information
#B0CCA4 (or 0xB0CCA4) is known color: Spring Rain. HEX triplet: B0, CC and A4. RGB value is (176,204,164). Sum of RGB (Red+Green+Blue) = 176+204+164=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCA4 is #4F335B. Grayscale: #BFBFBF. Windows color (decimal): -5190492 or 10800304. OLE color: 10800304.
HSL color Cylindrical-coordinate representation of color #B0CCA4: hue angle of 102º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CCA4 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 164 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.2 |
| HSL | 102º | 0.28% | 0.72% | - |
| HSV(B) | 102º | 0.2% | 0.8% | - |
| XYZ | 46.2 | 55.1 | 43.32 | - |
| YUV | 191.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 164 | 0.14 | 0 | 0.20 | 0.2 | 102 | 0.28 | 0.72 |
| Hex | B0 | CC | A4 | E | 0 | 14 | 14 | 66 | 1C | 48 |
| Octal | 260 | 314 | 244 | 16 | 0 | 24 | 24 | 146 | 34 | 110 |
| Binary | 10110000 | 11001100 | 10100100 | 1110 | 0 | 10100 | 10100 | 1100110 | 11100 | 1001000 |
Color Harmonies of #B0CCA4
Complementary color
Monochromatic Colors of #B0CCA4
Black with #B0CCA4
Text Example
Text Example
White with #B0CCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CCA4; }
p { color: rgb(176,204,164); }
H1.HeaderClassName
{
color: #B0CCA4;
}
.AnyTagClassName
{
color: #B0CCA4;
}
</style>
background-color css
<style>
a { background-color: #B0CCA4; }
a { background-color: rgb(176,204,164); }
div.DivClassName
{
background-color: #B0CCA4;
}
.BgClassName
{
background-color: #B0CCA4;
}
</style>
border-color css
<style>
span { border-color: #B0CCA4; }
span { border-color: rgb(176,204,164); }
td.TdClassName
{
border-color: #B0CCA4;
}
.TagClassName
{
border-color: #B0CCA4;
}
</style>