Shades of Geyser #BED4D1
Tints of Geyser #BED4D1
RGB
CMYK
RGB Variations
Color information
#BED4D1 (or 0xBED4D1) is known color: Geyser. HEX triplet: BE, D4 and D1. RGB value is (190,212,209). Sum of RGB (Red+Green+Blue) = 190+212+209=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4D1 is #412B2E. Grayscale: #CDCDCD. Windows color (decimal): -4270895 or 13751486. OLE color: 13751486.
HSL color Cylindrical-coordinate representation of color #BED4D1: hue angle of 171.82º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED4D1 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
RGB | 190 | 212 | 209 | - |
CMYK | 0.10 | 0 | 0.01 | 0.17 |
HSL | 171.82º | 0.2% | 0.79% | - |
HSV(B) | 171.82º | 0.1% | 0.83% | - |
XYZ | 56.29 | 62.64 | 69.45 | - |
YUV | 205.08 | 130.21 | 117.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 212 | 209 | 0.10 | 0 | 0.01 | 0.17 | 171.82 | 0.2 | 0.79 |
Hex | BE | D4 | D1 | A | 0 | 1 | 11 | AC | 14 | 4F |
Octal | 276 | 324 | 321 | 12 | 0 | 1 | 21 | 254 | 24 | 117 |
Binary | 10111110 | 11010100 | 11010001 | 1010 | 0 | 1 | 10001 | 10101100 | 10100 | 1001111 |
Color Harmonies of #BED4D1
Complementary color
Monochromatic Colors of #BED4D1
Black with #BED4D1
Text Example
Text Example
White with #BED4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4D1; }
p { color: rgb(190,212,209); }
H1.HeaderClassName
{
color: #BED4D1;
}
.AnyTagClassName
{
color: #BED4D1;
}
</style>
background-color css
<style>
a { background-color: #BED4D1; }
a { background-color: rgb(190,212,209); }
div.DivClassName
{
background-color: #BED4D1;
}
.BgClassName
{
background-color: #BED4D1;
}
</style>
border-color css
<style>
span { border-color: #BED4D1; }
span { border-color: rgb(190,212,209); }
td.TdClassName
{
border-color: #BED4D1;
}
.TagClassName
{
border-color: #BED4D1;
}
</style>