Shades of Rio Grande #BCCD10
Tints of Rio Grande #BCCD10
RGB
CMYK
RGB Variations
Color information
#BCCD10 (or 0xBCCD10) is known color: Rio Grande. HEX triplet: BC, CD and 10. RGB value is (188,205,16). Sum of RGB (Red+Green+Blue) = 188+205+16=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCD10 is #4332EF. Grayscale: #B3B3B3. Windows color (decimal): -4403952 or 1101244. OLE color: 1101244.
HSL color Cylindrical-coordinate representation of color #BCCD10: hue angle of 65.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCCD10 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 16 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.20 |
| HSL | 65.4º | 0.86% | 0.43% | - |
| HSV(B) | 65.4º | 0.92% | 0.8% | - |
| XYZ | 42.66 | 54.39 | 8.74 | - |
| YUV | 178.37 | 36.37 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 16 | 0.08 | 0 | 0.92 | 0.20 | 65.4 | 0.86 | 0.43 |
| Hex | BC | CD | 10 | 8 | 0 | 5C | 14 | 41 | 56 | 2B |
| Octal | 274 | 315 | 20 | 10 | 0 | 134 | 24 | 101 | 126 | 53 |
| Binary | 10111100 | 11001101 | 10000 | 1000 | 0 | 1011100 | 10100 | 1000001 | 1010110 | 101011 |
Color Harmonies of #BCCD10
Complementary color
Monochromatic Colors of #BCCD10
Black with #BCCD10
Text Example
Text Example
White with #BCCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD10; }
p { color: rgb(188,205,16); }
H1.HeaderClassName
{
color: #BCCD10;
}
.AnyTagClassName
{
color: #BCCD10;
}
</style>
background-color css
<style>
a { background-color: #BCCD10; }
a { background-color: rgb(188,205,16); }
div.DivClassName
{
background-color: #BCCD10;
}
.BgClassName
{
background-color: #BCCD10;
}
</style>
border-color css
<style>
span { border-color: #BCCD10; }
span { border-color: rgb(188,205,16); }
td.TdClassName
{
border-color: #BCCD10;
}
.TagClassName
{
border-color: #BCCD10;
}
</style>