Shades of Sprout #BBCD94
Tints of Sprout #BBCD94
RGB
CMYK
RGB Variations
Color information
#BBCD94 (or 0xBBCD94) is known color: Sprout. HEX triplet: BB, CD and 94. RGB value is (187,205,148). Sum of RGB (Red+Green+Blue) = 187+205+148=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD94 is #44326B. Grayscale: #C1C1C1. Windows color (decimal): -4469356 or 9751995. OLE color: 9751995.
HSL color Cylindrical-coordinate representation of color #BBCD94: hue angle of 78.95º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBCD94 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 148 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.20 |
| HSL | 78.95º | 0.36% | 0.69% | - |
| HSV(B) | 78.95º | 0.28% | 0.8% | - |
| XYZ | 47.67 | 56.37 | 36.38 | - |
| YUV | 193.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 148 | 0.09 | 0 | 0.28 | 0.20 | 78.95 | 0.36 | 0.69 |
| Hex | BB | CD | 94 | 9 | 0 | 1C | 14 | 4F | 24 | 45 |
| Octal | 273 | 315 | 224 | 11 | 0 | 34 | 24 | 117 | 44 | 105 |
| Binary | 10111011 | 11001101 | 10010100 | 1001 | 0 | 11100 | 10100 | 1001111 | 100100 | 1000101 |
Color Harmonies of #BBCD94
Complementary color
Monochromatic Colors of #BBCD94
Black with #BBCD94
Text Example
Text Example
White with #BBCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD94; }
p { color: rgb(187,205,148); }
H1.HeaderClassName
{
color: #BBCD94;
}
.AnyTagClassName
{
color: #BBCD94;
}
</style>
background-color css
<style>
a { background-color: #BBCD94; }
a { background-color: rgb(187,205,148); }
div.DivClassName
{
background-color: #BBCD94;
}
.BgClassName
{
background-color: #BBCD94;
}
</style>
border-color css
<style>
span { border-color: #BBCD94; }
span { border-color: rgb(187,205,148); }
td.TdClassName
{
border-color: #BBCD94;
}
.TagClassName
{
border-color: #BBCD94;
}
</style>