Shades of Geyser #BCD0CD
Tints of Geyser #BCD0CD
RGB
CMYK
RGB Variations
Color information
#BCD0CD (or 0xBCD0CD) is known color: Geyser. HEX triplet: BC, D0 and CD. RGB value is (188,208,205). Sum of RGB (Red+Green+Blue) = 188+208+205=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0CD is #432F32. Grayscale: #C9C9C9. Windows color (decimal): -4402995 or 13488316. OLE color: 13488316.
HSL color Cylindrical-coordinate representation of color #BCD0CD: hue angle of 171º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCD0CD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 205 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.18 |
| HSL | 171º | 0.18% | 0.78% | - |
| HSV(B) | 171º | 0.1% | 0.82% | - |
| XYZ | 54.31 | 60.21 | 66.52 | - |
| YUV | 201.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 205 | 0.10 | 0 | 0.01 | 0.18 | 171 | 0.18 | 0.78 |
| Hex | BC | D0 | CD | A | 0 | 1 | 12 | AB | 12 | 4E |
| Octal | 274 | 320 | 315 | 12 | 0 | 1 | 22 | 253 | 22 | 116 |
| Binary | 10111100 | 11010000 | 11001101 | 1010 | 0 | 1 | 10010 | 10101011 | 10010 | 1001110 |
Color Harmonies of #BCD0CD
Complementary color
Monochromatic Colors of #BCD0CD
Black with #BCD0CD
Text Example
Text Example
White with #BCD0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0CD; }
p { color: rgb(188,208,205); }
H1.HeaderClassName
{
color: #BCD0CD;
}
.AnyTagClassName
{
color: #BCD0CD;
}
</style>
background-color css
<style>
a { background-color: #BCD0CD; }
a { background-color: rgb(188,208,205); }
div.DivClassName
{
background-color: #BCD0CD;
}
.BgClassName
{
background-color: #BCD0CD;
}
</style>
border-color css
<style>
span { border-color: #BCD0CD; }
span { border-color: rgb(188,208,205); }
td.TdClassName
{
border-color: #BCD0CD;
}
.TagClassName
{
border-color: #BCD0CD;
}
</style>