Shades of Geyser #BED6D2
Tints of Geyser #BED6D2
RGB
CMYK
RGB Variations
Color information
#BED6D2 (or 0xBED6D2) is known color: Geyser. HEX triplet: BE, D6 and D2. RGB value is (190,214,210). Sum of RGB (Red+Green+Blue) = 190+214+210=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6D2 is #41292D. Grayscale: #CECECE. Windows color (decimal): -4270382 or 13817534. OLE color: 13817534.
HSL color Cylindrical-coordinate representation of color #BED6D2: hue angle of 170º 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 #BED6D2 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 210 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.16 |
| HSL | 170º | 0.23% | 0.79% | - |
| HSV(B) | 170º | 0.11% | 0.84% | - |
| XYZ | 56.91 | 63.69 | 70.27 | - |
| YUV | 206.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 210 | 0.11 | 0 | 0.02 | 0.16 | 170 | 0.23 | 0.79 |
| Hex | BE | D6 | D2 | B | 0 | 2 | 10 | AA | 17 | 4F |
| Octal | 276 | 326 | 322 | 13 | 0 | 2 | 20 | 252 | 27 | 117 |
| Binary | 10111110 | 11010110 | 11010010 | 1011 | 0 | 10 | 10000 | 10101010 | 10111 | 1001111 |
Color Harmonies of #BED6D2
Complementary color
Monochromatic Colors of #BED6D2
Black with #BED6D2
Text Example
Text Example
White with #BED6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6D2; }
p { color: rgb(190,214,210); }
H1.HeaderClassName
{
color: #BED6D2;
}
.AnyTagClassName
{
color: #BED6D2;
}
</style>
background-color css
<style>
a { background-color: #BED6D2; }
a { background-color: rgb(190,214,210); }
div.DivClassName
{
background-color: #BED6D2;
}
.BgClassName
{
background-color: #BED6D2;
}
</style>
border-color css
<style>
span { border-color: #BED6D2; }
span { border-color: rgb(190,214,210); }
td.TdClassName
{
border-color: #BED6D2;
}
.TagClassName
{
border-color: #BED6D2;
}
</style>