Shades of Geyser #BED2CF
Tints of Geyser #BED2CF
RGB
CMYK
RGB Variations
Color information
#BED2CF (or 0xBED2CF) is known color: Geyser. HEX triplet: BE, D2 and CF. RGB value is (190,210,207). Sum of RGB (Red+Green+Blue) = 190+210+207=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2CF is #412D30. Grayscale: #CBCBCB. Windows color (decimal): -4271409 or 13619902. OLE color: 13619902.
HSL color Cylindrical-coordinate representation of color #BED2CF: hue angle of 171º degrees, saturation: 0.18, 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 #BED2CF is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 207 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.18 |
| HSL | 171º | 0.18% | 0.78% | - |
| HSV(B) | 171º | 0.1% | 0.82% | - |
| XYZ | 55.54 | 61.55 | 67.98 | - |
| YUV | 203.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 207 | 0.10 | 0 | 0.01 | 0.18 | 171 | 0.18 | 0.78 |
| Hex | BE | D2 | CF | A | 0 | 1 | 12 | AB | 12 | 4E |
| Octal | 276 | 322 | 317 | 12 | 0 | 1 | 22 | 253 | 22 | 116 |
| Binary | 10111110 | 11010010 | 11001111 | 1010 | 0 | 1 | 10010 | 10101011 | 10010 | 1001110 |
Color Harmonies of #BED2CF
Complementary color
Monochromatic Colors of #BED2CF
Black with #BED2CF
Text Example
Text Example
White with #BED2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2CF; }
p { color: rgb(190,210,207); }
H1.HeaderClassName
{
color: #BED2CF;
}
.AnyTagClassName
{
color: #BED2CF;
}
</style>
background-color css
<style>
a { background-color: #BED2CF; }
a { background-color: rgb(190,210,207); }
div.DivClassName
{
background-color: #BED2CF;
}
.BgClassName
{
background-color: #BED2CF;
}
</style>
border-color css
<style>
span { border-color: #BED2CF; }
span { border-color: rgb(190,210,207); }
td.TdClassName
{
border-color: #BED2CF;
}
.TagClassName
{
border-color: #BED2CF;
}
</style>