Shades of Geyser #BCD2D0
Tints of Geyser #BCD2D0
RGB
CMYK
RGB Variations
Color information
#BCD2D0 (or 0xBCD2D0) is known color: Geyser. HEX triplet: BC, D2 and D0. RGB value is (188,210,208). Sum of RGB (Red+Green+Blue) = 188+210+208=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2D0 is #432D2F. Grayscale: #CBCBCB. Windows color (decimal): -4402480 or 13685436. OLE color: 13685436.
HSL color Cylindrical-coordinate representation of color #BCD2D0: hue angle of 174.55º degrees, saturation: 0.2, 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 #BCD2D0 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 208 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.18 |
| HSL | 174.55º | 0.2% | 0.78% | - |
| HSV(B) | 174.55º | 0.1% | 0.82% | - |
| XYZ | 55.17 | 61.34 | 68.61 | - |
| YUV | 203.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 208 | 0.10 | 0 | 0.01 | 0.18 | 174.55 | 0.2 | 0.78 |
| Hex | BC | D2 | D0 | A | 0 | 1 | 12 | AF | 14 | 4E |
| Octal | 274 | 322 | 320 | 12 | 0 | 1 | 22 | 257 | 24 | 116 |
| Binary | 10111100 | 11010010 | 11010000 | 1010 | 0 | 1 | 10010 | 10101111 | 10100 | 1001110 |
Color Harmonies of #BCD2D0
Complementary color
Monochromatic Colors of #BCD2D0
Black with #BCD2D0
Text Example
Text Example
White with #BCD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2D0; }
p { color: rgb(188,210,208); }
H1.HeaderClassName
{
color: #BCD2D0;
}
.AnyTagClassName
{
color: #BCD2D0;
}
</style>
background-color css
<style>
a { background-color: #BCD2D0; }
a { background-color: rgb(188,210,208); }
div.DivClassName
{
background-color: #BCD2D0;
}
.BgClassName
{
background-color: #BCD2D0;
}
</style>
border-color css
<style>
span { border-color: #BCD2D0; }
span { border-color: rgb(188,210,208); }
td.TdClassName
{
border-color: #BCD2D0;
}
.TagClassName
{
border-color: #BCD2D0;
}
</style>