Shades of Geyser #BCD3D0
Tints of Geyser #BCD3D0
RGB
CMYK
RGB Variations
Color information
#BCD3D0 (or 0xBCD3D0) is known color: Geyser. HEX triplet: BC, D3 and D0. RGB value is (188,211,208). Sum of RGB (Red+Green+Blue) = 188+211+208=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3D0 is #432C2F. Grayscale: #CBCBCB. Windows color (decimal): -4402224 or 13685692. OLE color: 13685692.
HSL color Cylindrical-coordinate representation of color #BCD3D0: hue angle of 172.17º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD3D0 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 208 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.17 |
| HSL | 172.17º | 0.21% | 0.78% | - |
| HSV(B) | 172.17º | 0.11% | 0.83% | - |
| XYZ | 55.42 | 61.83 | 68.69 | - |
| YUV | 203.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 208 | 0.11 | 0 | 0.01 | 0.17 | 172.17 | 0.21 | 0.78 |
| Hex | BC | D3 | D0 | B | 0 | 1 | 11 | AC | 15 | 4E |
| Octal | 274 | 323 | 320 | 13 | 0 | 1 | 21 | 254 | 25 | 116 |
| Binary | 10111100 | 11010011 | 11010000 | 1011 | 0 | 1 | 10001 | 10101100 | 10101 | 1001110 |
Color Harmonies of #BCD3D0
Complementary color
Monochromatic Colors of #BCD3D0
Black with #BCD3D0
Text Example
Text Example
White with #BCD3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3D0; }
p { color: rgb(188,211,208); }
H1.HeaderClassName
{
color: #BCD3D0;
}
.AnyTagClassName
{
color: #BCD3D0;
}
</style>
background-color css
<style>
a { background-color: #BCD3D0; }
a { background-color: rgb(188,211,208); }
div.DivClassName
{
background-color: #BCD3D0;
}
.BgClassName
{
background-color: #BCD3D0;
}
</style>
border-color css
<style>
span { border-color: #BCD3D0; }
span { border-color: rgb(188,211,208); }
td.TdClassName
{
border-color: #BCD3D0;
}
.TagClassName
{
border-color: #BCD3D0;
}
</style>