Shades of Geyser #BDD4D1
Tints of Geyser #BDD4D1
RGB
CMYK
RGB Variations
Color information
#BDD4D1 (or 0xBDD4D1) is known color: Geyser. HEX triplet: BD, D4 and D1. RGB value is (189,212,209). Sum of RGB (Red+Green+Blue) = 189+212+209=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4D1 is #422B2E. Grayscale: #CCCCCC. Windows color (decimal): -4336431 or 13751485. OLE color: 13751485.
HSL color Cylindrical-coordinate representation of color #BDD4D1: hue angle of 172.17º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD4D1 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 209 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.17 |
| HSL | 172.17º | 0.21% | 0.79% | - |
| HSV(B) | 172.17º | 0.11% | 0.83% | - |
| XYZ | 56.04 | 62.51 | 69.43 | - |
| YUV | 204.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 209 | 0.11 | 0 | 0.01 | 0.17 | 172.17 | 0.21 | 0.79 |
| Hex | BD | D4 | D1 | B | 0 | 1 | 11 | AC | 15 | 4F |
| Octal | 275 | 324 | 321 | 13 | 0 | 1 | 21 | 254 | 25 | 117 |
| Binary | 10111101 | 11010100 | 11010001 | 1011 | 0 | 1 | 10001 | 10101100 | 10101 | 1001111 |
Color Harmonies of #BDD4D1
Complementary color
Monochromatic Colors of #BDD4D1
Black with #BDD4D1
Text Example
Text Example
White with #BDD4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4D1; }
p { color: rgb(189,212,209); }
H1.HeaderClassName
{
color: #BDD4D1;
}
.AnyTagClassName
{
color: #BDD4D1;
}
</style>
background-color css
<style>
a { background-color: #BDD4D1; }
a { background-color: rgb(189,212,209); }
div.DivClassName
{
background-color: #BDD4D1;
}
.BgClassName
{
background-color: #BDD4D1;
}
</style>
border-color css
<style>
span { border-color: #BDD4D1; }
span { border-color: rgb(189,212,209); }
td.TdClassName
{
border-color: #BDD4D1;
}
.TagClassName
{
border-color: #BDD4D1;
}
</style>