Shades of Geyser #BDD3D0
Tints of Geyser #BDD3D0
RGB
CMYK
RGB Variations
Color information
#BDD3D0 (or 0xBDD3D0) is known color: Geyser. HEX triplet: BD, D3 and D0. RGB value is (189,211,208). Sum of RGB (Red+Green+Blue) = 189+211+208=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3D0 is #422C2F. Grayscale: #CCCCCC. Windows color (decimal): -4336688 or 13685693. OLE color: 13685693.
HSL color Cylindrical-coordinate representation of color #BDD3D0: hue angle of 171.82º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3D0 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 208 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.17 |
| HSL | 171.82º | 0.2% | 0.78% | - |
| HSV(B) | 171.82º | 0.1% | 0.83% | - |
| XYZ | 55.67 | 61.96 | 68.7 | - |
| YUV | 204.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 208 | 0.10 | 0 | 0.01 | 0.17 | 171.82 | 0.2 | 0.78 |
| Hex | BD | D3 | D0 | A | 0 | 1 | 11 | AC | 14 | 4E |
| Octal | 275 | 323 | 320 | 12 | 0 | 1 | 21 | 254 | 24 | 116 |
| Binary | 10111101 | 11010011 | 11010000 | 1010 | 0 | 1 | 10001 | 10101100 | 10100 | 1001110 |
Color Harmonies of #BDD3D0
Complementary color
Monochromatic Colors of #BDD3D0
Black with #BDD3D0
Text Example
Text Example
White with #BDD3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3D0; }
p { color: rgb(189,211,208); }
H1.HeaderClassName
{
color: #BDD3D0;
}
.AnyTagClassName
{
color: #BDD3D0;
}
</style>
background-color css
<style>
a { background-color: #BDD3D0; }
a { background-color: rgb(189,211,208); }
div.DivClassName
{
background-color: #BDD3D0;
}
.BgClassName
{
background-color: #BDD3D0;
}
</style>
border-color css
<style>
span { border-color: #BDD3D0; }
span { border-color: rgb(189,211,208); }
td.TdClassName
{
border-color: #BDD3D0;
}
.TagClassName
{
border-color: #BDD3D0;
}
</style>