Shades of Geyser #BDD2CF
Tints of Geyser #BDD2CF
RGB
CMYK
RGB Variations
Color information
#BDD2CF (or 0xBDD2CF) is known color: Geyser. HEX triplet: BD, D2 and CF. RGB value is (189,210,207). Sum of RGB (Red+Green+Blue) = 189+210+207=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2CF is #422D30. Grayscale: #CBCBCB. Windows color (decimal): -4336945 or 13619901. OLE color: 13619901.
HSL color Cylindrical-coordinate representation of color #BDD2CF: hue angle of 171.43º degrees, saturation: 0.19, 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 #BDD2CF is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 207 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.18 |
| HSL | 171.43º | 0.19% | 0.78% | - |
| HSV(B) | 171.43º | 0.1% | 0.82% | - |
| XYZ | 55.3 | 61.42 | 67.97 | - |
| YUV | 203.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 207 | 0.10 | 0 | 0.01 | 0.18 | 171.43 | 0.19 | 0.78 |
| Hex | BD | D2 | CF | A | 0 | 1 | 12 | AB | 13 | 4E |
| Octal | 275 | 322 | 317 | 12 | 0 | 1 | 22 | 253 | 23 | 116 |
| Binary | 10111101 | 11010010 | 11001111 | 1010 | 0 | 1 | 10010 | 10101011 | 10011 | 1001110 |
Color Harmonies of #BDD2CF
Complementary color
Monochromatic Colors of #BDD2CF
Black with #BDD2CF
Text Example
Text Example
White with #BDD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2CF; }
p { color: rgb(189,210,207); }
H1.HeaderClassName
{
color: #BDD2CF;
}
.AnyTagClassName
{
color: #BDD2CF;
}
</style>
background-color css
<style>
a { background-color: #BDD2CF; }
a { background-color: rgb(189,210,207); }
div.DivClassName
{
background-color: #BDD2CF;
}
.BgClassName
{
background-color: #BDD2CF;
}
</style>
border-color css
<style>
span { border-color: #BDD2CF; }
span { border-color: rgb(189,210,207); }
td.TdClassName
{
border-color: #BDD2CF;
}
.TagClassName
{
border-color: #BDD2CF;
}
</style>