Shades of Geyser #BED1CF
Tints of Geyser #BED1CF
RGB
CMYK
RGB Variations
Color information
#BED1CF (or 0xBED1CF) is known color: Geyser. HEX triplet: BE, D1 and CF. RGB value is (190,209,207). Sum of RGB (Red+Green+Blue) = 190+209+207=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1CF is #412E30. Grayscale: #CBCBCB. Windows color (decimal): -4271665 or 13619646. OLE color: 13619646.
HSL color Cylindrical-coordinate representation of color #BED1CF: hue angle of 173.68º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BED1CF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 207 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.18 |
| HSL | 173.68º | 0.17% | 0.78% | - |
| HSV(B) | 173.68º | 0.09% | 0.82% | - |
| XYZ | 55.3 | 61.05 | 67.9 | - |
| YUV | 203.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 207 | 0.09 | 0 | 0.01 | 0.18 | 173.68 | 0.17 | 0.78 |
| Hex | BE | D1 | CF | 9 | 0 | 1 | 12 | AE | 11 | 4E |
| Octal | 276 | 321 | 317 | 11 | 0 | 1 | 22 | 256 | 21 | 116 |
| Binary | 10111110 | 11010001 | 11001111 | 1001 | 0 | 1 | 10010 | 10101110 | 10001 | 1001110 |
Color Harmonies of #BED1CF
Complementary color
Monochromatic Colors of #BED1CF
Black with #BED1CF
Text Example
Text Example
White with #BED1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1CF; }
p { color: rgb(190,209,207); }
H1.HeaderClassName
{
color: #BED1CF;
}
.AnyTagClassName
{
color: #BED1CF;
}
</style>
background-color css
<style>
a { background-color: #BED1CF; }
a { background-color: rgb(190,209,207); }
div.DivClassName
{
background-color: #BED1CF;
}
.BgClassName
{
background-color: #BED1CF;
}
</style>
border-color css
<style>
span { border-color: #BED1CF; }
span { border-color: rgb(190,209,207); }
td.TdClassName
{
border-color: #BED1CF;
}
.TagClassName
{
border-color: #BED1CF;
}
</style>