Shades of Geyser #BED6D3
Tints of Geyser #BED6D3
RGB
CMYK
RGB Variations
Color information
#BED6D3 (or 0xBED6D3) is known color: Geyser. HEX triplet: BE, D6 and D3. RGB value is (190,214,211). Sum of RGB (Red+Green+Blue) = 190+214+211=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6D3 is #41292C. Grayscale: #CECECE. Windows color (decimal): -4270381 or 13883070. OLE color: 13883070.
HSL color Cylindrical-coordinate representation of color #BED6D3: hue angle of 172.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED6D3 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 211 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.16 |
| HSL | 172.5º | 0.23% | 0.79% | - |
| HSV(B) | 172.5º | 0.11% | 0.84% | - |
| XYZ | 57.04 | 63.74 | 70.93 | - |
| YUV | 206.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 211 | 0.11 | 0 | 0.01 | 0.16 | 172.5 | 0.23 | 0.79 |
| Hex | BE | D6 | D3 | B | 0 | 1 | 10 | AC | 17 | 4F |
| Octal | 276 | 326 | 323 | 13 | 0 | 1 | 20 | 254 | 27 | 117 |
| Binary | 10111110 | 11010110 | 11010011 | 1011 | 0 | 1 | 10000 | 10101100 | 10111 | 1001111 |
Color Harmonies of #BED6D3
Complementary color
Monochromatic Colors of #BED6D3
Black with #BED6D3
Text Example
Text Example
White with #BED6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6D3; }
p { color: rgb(190,214,211); }
H1.HeaderClassName
{
color: #BED6D3;
}
.AnyTagClassName
{
color: #BED6D3;
}
</style>
background-color css
<style>
a { background-color: #BED6D3; }
a { background-color: rgb(190,214,211); }
div.DivClassName
{
background-color: #BED6D3;
}
.BgClassName
{
background-color: #BED6D3;
}
</style>
border-color css
<style>
span { border-color: #BED6D3; }
span { border-color: rgb(190,214,211); }
td.TdClassName
{
border-color: #BED6D3;
}
.TagClassName
{
border-color: #BED6D3;
}
</style>