Shades of Geyser #BED8D4
Tints of Geyser #BED8D4
RGB
CMYK
RGB Variations
Color information
#BED8D4 (or 0xBED8D4) is known color: Geyser. HEX triplet: BE, D8 and D4. RGB value is (190,216,212). Sum of RGB (Red+Green+Blue) = 190+216+212=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8D4 is #41272B. Grayscale: #CFCFCF. Windows color (decimal): -4269868 or 13949118. OLE color: 13949118.
HSL color Cylindrical-coordinate representation of color #BED8D4: hue angle of 170.77º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED8D4 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 190 | 216 | 212 | - |
CMYK | 0.12 | 0 | 0.02 | 0.15 |
HSL | 170.77º | 0.25% | 0.8% | - |
HSV(B) | 170.77º | 0.12% | 0.85% | - |
XYZ | 57.67 | 64.81 | 71.76 | - |
YUV | 207.77 | 130.39 | 115.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 216 | 212 | 0.12 | 0 | 0.02 | 0.15 | 170.77 | 0.25 | 0.8 |
Hex | BE | D8 | D4 | C | 0 | 2 | F | AB | 19 | 50 |
Octal | 276 | 330 | 324 | 14 | 0 | 2 | 17 | 253 | 31 | 120 |
Binary | 10111110 | 11011000 | 11010100 | 1100 | 0 | 10 | 1111 | 10101011 | 11001 | 1010000 |
Color Harmonies of #BED8D4
Complementary color
Monochromatic Colors of #BED8D4
Black with #BED8D4
Text Example
Text Example
White with #BED8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8D4; }
p { color: rgb(190,216,212); }
H1.HeaderClassName
{
color: #BED8D4;
}
.AnyTagClassName
{
color: #BED8D4;
}
</style>
background-color css
<style>
a { background-color: #BED8D4; }
a { background-color: rgb(190,216,212); }
div.DivClassName
{
background-color: #BED8D4;
}
.BgClassName
{
background-color: #BED8D4;
}
</style>
border-color css
<style>
span { border-color: #BED8D4; }
span { border-color: rgb(190,216,212); }
td.TdClassName
{
border-color: #BED8D4;
}
.TagClassName
{
border-color: #BED8D4;
}
</style>