Shades of Nebula #BED5C7
Tints of Nebula #BED5C7
RGB
CMYK
RGB Variations
Color information
#BED5C7 (or 0xBED5C7) is known color: Nebula. HEX triplet: BE, D5 and C7. RGB value is (190,213,199). Sum of RGB (Red+Green+Blue) = 190+213+199=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5C7 is #412A38. Grayscale: #CCCCCC. Windows color (decimal): -4270649 or 13096382. OLE color: 13096382.
HSL color Cylindrical-coordinate representation of color #BED5C7: hue angle of 143.48º degrees, saturation: 0.21, 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 #BED5C7 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 199 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.16 |
| HSL | 143.48º | 0.21% | 0.79% | - |
| HSV(B) | 143.48º | 0.11% | 0.84% | - |
| XYZ | 55.34 | 62.66 | 63.21 | - |
| YUV | 204.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 199 | 0.11 | 0 | 0.07 | 0.16 | 143.48 | 0.21 | 0.79 |
| Hex | BE | D5 | C7 | B | 0 | 7 | 10 | 8F | 15 | 4F |
| Octal | 276 | 325 | 307 | 13 | 0 | 7 | 20 | 217 | 25 | 117 |
| Binary | 10111110 | 11010101 | 11000111 | 1011 | 0 | 111 | 10000 | 10001111 | 10101 | 1001111 |
Color Harmonies of #BED5C7
Complementary color
Monochromatic Colors of #BED5C7
Black with #BED5C7
Text Example
Text Example
White with #BED5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5C7; }
p { color: rgb(190,213,199); }
H1.HeaderClassName
{
color: #BED5C7;
}
.AnyTagClassName
{
color: #BED5C7;
}
</style>
background-color css
<style>
a { background-color: #BED5C7; }
a { background-color: rgb(190,213,199); }
div.DivClassName
{
background-color: #BED5C7;
}
.BgClassName
{
background-color: #BED5C7;
}
</style>
border-color css
<style>
span { border-color: #BED5C7; }
span { border-color: rgb(190,213,199); }
td.TdClassName
{
border-color: #BED5C7;
}
.TagClassName
{
border-color: #BED5C7;
}
</style>